body { background:#f8f9fa !important; }


header { background: #fff; }


/*
LINK COLOR
*/
a { color:#333333;  }
/*
BUTTON COLORS
*/
.btn-primary, .btn-primary:hover {
    background: #5cb85c !important;
    border: 1px solid #4b8e4b !important;
}
.btn-secondary, .btn-secondary:hover {
    background: #6c757d !important;
    border: 1px solid #6c757d !important;
}
/*
TEXT COLORS
*/
.text-primary {
    color: #5cb85c !important;
}
/*
BACKGROUND COLORS
*/
.bg-primary {
    background-color: #429e42 !important;
}




.ppt_listing .pricebox { background:#000; margin:0px; padding:0px; display: flex; list-style:none; }
.ppt_listing .pricebox li {  flex: 1; color:#fff; line-height:50px;  }
.ppt_listing .pricebox li del { display:block; font-size:12px; line-height: 10px; margin-top:10px; }
.ppt_listing .pricebox li:nth-child(1){ padding-left:20px; }
.ppt_listing .pricebox li:nth-child(2){ font-size:12px; font-weight:bold; text-transform:uppercase; } 


.noresults {    border: 0px;    background: #fff;}

