﻿/* C1CU */

@media screen and (max-width:600px) {
    #ctl00_meat_grdOffers {
        background-color: var(--bg-color);
        margin-top: 30px;
    }
    #ctl00_divContent {
        background-color: transparent;
        width: 98%;
        position: relative;
        animation: var(--animation-style) 0.4s !important;
    }

    .container-fluid {
        background-color: #ffffff;
        /*margin-top: 30px;*/
        margin: 30px auto 10px auto;
        animation: var(--animation-style) 0.4s !important;
        width: 100%;
    }
}

body {
    background-color: var(--quaternary-color);
}
.btn-info {
    /*Per user feedback and Cindy, heighten the contrast*/
    background-image:none;
    filter: none;
    background-color: var(--primary-color);
    border-color: var(--secondary-color);
}
