body { background: #f8f9fa !important; font-weight: 500 !important; font-size: 14px !important; }

.bg-grey { background-color:#f8f9fa;}

.offerContent { background:#fff !important; border: 1px solid rgba(0, 0, 0, .125); border-radius: .25rem;}

.sitePosition {
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 20px;
    padding-top: 7px;
    color: white;
}

.rankingStars .fa-star {
    color: #ffc107 !important;
}

.text-muted { color: #6c757d !important; }
.text-light { color: #fff !important; }

.note {
    font-size: 1.8em;
    font-weight: bold;
}

.card { border: 1px solid rgba(0, 0, 0, .125);}

footer { background-color: #fff; color:#625f5f !important; } 
footer a  {  color:#625f5f !important; } 
footer a:hover {  color:#d3d3d3 !important; } 

.offerDescription { font-size: 1.2rem;}
.offerTitle { margin:15px 0px;}

@media (max-width:576px) {
    .offerImage { width:250px;}  
}

@media (min-width: 576px) {
    .offerImage { width:200px;} 
}
