.product-availability-in-stock
{
    color: green;
    font-weight: initial;
}

.product-availability-backorder
{
    color: orange;
    font-weight: initial;
}

.product-availability-out-of-stock
{
    color: red;
    font-weight: initial;
}
