﻿.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.coupon {
    border: 3px dashed #bcbcbc !important;
    border-radius: 10px !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300 !important;
}

color-line {
    height: 80px;
    background-image: url('../images/portalheader.png');
    background-repeat: repeat-x;
}



.coupon {
    border: 3px dashed #bcbcbc;
    border-radius: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

    .coupon #head {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 56px;
    }

    .coupon #footer {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

#title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .coupon #title img {
        height: 15px;
    }
}

.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.items {
    margin: 15px 0;
}

.usd, .cents {
    font-size: 20px;
}

.number {
    font-size: 1vw;
    font-weight: 700;
}

sup {
    /*top: -15px;*/
}

.business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    .business-info ul li {
        display: inline;
        text-align: center;
    }

        .business-info ul li span {
            text-decoration: none;
            padding: .2em 1em;
        }

            .business-info ul li span i {
                padding-right: 5px;
            }

.disclosure {
    height: 45px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
    line-height: 11px;
}

.coupon-code {
    color: #333333;
    font-size: 11px;
    text-align: center;
}

.exp {
    color: #f34235;
    text-align: center;
}

@media (min-width: 576px) {

    .coupon-code, .exp {
        text-align: left;
    }
}



.print {
    font-size: 14px;
    float: right;
}



/*------------------dont copy these lines----------------------*/




#quicknav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    #quicknav ul li {
        display: inline;
    }

        #quicknav ul li a {
            text-decoration: none;
            padding: .2em 1em;
        }


/*-------------------------------------------------------------*/
