/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 2, 2017, 10:29:29 AM
    Author     : rolf
*/
.container-border-rx {
    border: 2px solid rgb(81, 192, 212);
}
.header-box {
    padding-top: 0px;
    padding-bottom: 0px;
}
.brx-divider{
    border: 1px dotted lightgray;
}
.price-compare-txt{
    color: rgb(81, 192, 212);
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    float: left;
    margin-left: 5px;
}
.trx-logo-small{
    height: 35px;
    float: right;
}
.lowest-price-txt{
    color: darkorange;
    font-size: 15px;
    font-weight: 600;
}
.price-and-ndc-txt {
    font-size: 15px;
}
.product-name-txt {
    position: relative;
    width: 100%;
    text-align: center;
}
.btn-price-check {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    background-color: darkorange;
    max-width: 250px !important;
    width: 250px;
    color: white;
}
.alt-ndc-highlight{
    font-weight: 600;
    color: darkorange;
}
.best-rx-min-h {
    min-height: 40px;
}
.footer {
    text-align: center;
    font-size: 12px;
    color: rgb(175, 171, 171);
}
.btn-price-check:hover {
    color: white;
}