div.substances .row {
    font-size: 0.875rem;
    font-weight: 300;
}

div.substances .substance {
    line-height: 1.25;
}

div.substances .substance a.image {
	display: block;
    width: 6em;
    height: auto;
}

div.substances .substance a.image svg {
	max-width: 100%;
}

/** Internet Explorer & Edge fix */
body.browserEdge     div.substances .substance a.image svg,
body.browserExplorer div.substances .substance a.image svg {
    width: 4.5em;
    height: 4.5em;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}


@media (min-width: 768px) {
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


