/* In stock message styling */
span.in-stock {
    color: green;
    font-weight: bolder;
}
/* Hides out of stock message */
strong.out-stock {
    display: none;
}