/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.lowest-price-text{
     width: 100%;
     padding: 3px 8px;
     background: #f7f7f7;
     border: 1px solid #d5d5d5;
     font-size: 0.9rem;
     margin: 10px 0;
}

.lowest-price{
     font-weight: bolder;
}