html, body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #666666;
    min-width: 987px;
    background-color: #eeeef2;
    height: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 145px;
}

img {
    font-size: 14px; /* alt text size */
}

a {
    text-decoration: none !important;
}

.wishabi-offscreen {
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    text-indent: -10000px;
    z-index: -1;
}

.header {
    margin: 0;
    width: 100%;
    position: relative;
    background-color: #0fd3d8;
    background-image: url(//f.wishabi.net/arbitrary_files/21324/1434052514/21324_desktop-header-bg.png);
    background-repeat: repeat-x;
}
.header .main {
    position: relative;
    width: 987px;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
}
.header .main .flipp-logo {
    max-width: 60px;
    max-height: 60px;
    border: none;
}
.header .main .header-image {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.header .current-step {
    background-color: #0bb1bd;
    font-size: 21px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    padding: 16px 0;
    margin-top: 26px;
}
.header .current-step .pre-text {
    font-weight: 400;
}

#faq-popup {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100vh;
    width: 365px;
    box-sizing: border-box;
    padding: 25px 22px 25px 23px;
    color: #666666;
    overflow: scroll;
    display: none;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: -2px 0px 15px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0px 15px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px 15px 3px rgba(0, 0, 0, 0.2);
}
#faq-popup .top {
    font-size: 20px;
    line-height: 22px;
}
#faq-popup .top #faq-close-btn {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    float: right;
    vertical-align: middle;
    cursor: pointer;
}
#faq-popup .top #faq-close-btn .faq-close-btn-img {
    height: 19px;
    width: 19px;
}
#faq-popup .qa-block {
    font-size: 15px;
    line-height: 17px;
    margin-top: 25px;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    padding-bottom: 15px;
}
#faq-popup .qa-block .question {
    font-weight: 400;
}
#faq-popup .qa-block .answeronly {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}
#faq-popup .qa-block .answeronly a {
    color: #0fd3d8;
    font-weight: bold;
}
#faq-popup .qa-block .answeronly a:hover {
    text-decoration: underline !important;
}
#faq-popup .qa-block .answer {
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 15px 0 0;
}
#faq-popup .qa-block .answer a {
    color: #0fd3d8;
    font-weight: bold;
}
#faq-popup .qa-block .answer a:hover {
    text-decoration: underline !important;
}
#faq-popup .qa-block .answer.opened {
    max-height: 1000px; /* large so we can animate. */
}
#faq-popup .qa-block.unclickable {
    cursor: default;
}

.no-coupons-heading {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #666666;
    margin: 20px auto;
    width: 987px;
    font-size: 30px;
}

.coupon-vendors {
    width: 987px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.coupon-vendors .cvendor-widget {
    width: 100%;
    background-color: #f7f7fb;
    margin-top: 35px;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 0;
}
.coupon-vendors .cvendor-widget .main-display {
    width: 691px;
    background-color: #ffffff;
    display: table-cell;
    vertical-align: top;
    min-height: 240px;
    box-sizing: border-box;
    padding: 0 30px 15px;
}
.coupon-vendors .cvendor-widget .main-display .message {
    margin-top: 15px;
    position: relative;
    padding: 10px 20px;
    display: none;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.coupon-vendors .cvendor-widget .main-display .message .icon {
    display: inline;
    width: 20px;
    vertical-align: middle;
    padding-right: 25px;
    padding-top: 6px;
}
.coupon-vendors .cvendor-widget .main-display .message .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 390px;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    color: #ffffff;
}
.coupon-vendors .cvendor-widget .main-display .message .text a {
    color: #ffffff;
    text-decoration: underline;
}
.coupon-vendors .cvendor-widget .main-display .message .btn {
    float: right;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px 15px;
    cursor: pointer;
}
.coupon-vendors .cvendor-widget .main-display .message.bad {
    background-color: #ec436c;
}
.coupon-vendors .cvendor-widget .main-display .message.good {
    background-color: #40cd87;
}
.coupon-vendors .cvendor-widget .main-display .top-bar {
    font-size: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.coupon-vendors .cvendor-widget .main-display .top-bar .bold {
    font-weight: 600;
}
.coupon-vendors .cvendor-widget .main-display .top-bar .text {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}
.coupon-vendors .cvendor-widget .coupon-display .top-border {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.coupon-vendors .cvendor-widget .coupon-display .top-border .heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    width: 35%;
    vertical-align: middle;
    display: inline-block;
}
.coupon-vendors .cvendor-widget .coupon-display .top-border .linebreak {
    border-color: rgba(250, 250, 250, 0.5);
    border-width: 1px;
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    box-sizing: border-box;
}
.coupon-vendors .cvendor-widget .coupon-display .top-border .linebreak.full {
    width: 100%;
}
.coupon-vendors .cvendor-widget .coupon-display .desc {
    font-size: 14px;
    line-height: 13px;
    font-weight: 300;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid {
    padding: 0;
    font-size: 0;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon {
    width: 25%;
    padding: 0 6px 15px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box {
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 2px 1px #e6e6e6;
    -moz-box-shadow: 0px 2px 2px 1px #e6e6e6;
    box-shadow: 0px 2px 2px 1px #e6e6e6;
    padding: 5px;
    width: 100%;
    position: relative;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .retailer-box {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -5px;
    width: 50%;
    height: 25px;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .retailer-box .retailer-logo {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon {
    border: 2px dashed #ccc;
    width: 100%;
    padding: 5px 12px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container {
    height: 181px;
    position: relative;
    overflow: hidden;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .product-box {
    height: 75px;
    position: relative;
    margin-bottom: 5px;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .product-box .product-img {
    position: absolute;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .product-box .badge {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 10px;
    line-height: 9px;
    padding: 5px 8px;
    text-transform: uppercase;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .sale-story {
    width: 100%;
    text-align: left;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .sale-story .little-text, .coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .sale-story .big-text {
    font-weight: 400;
    text-transform: uppercase;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .sale-story .little-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .sale-story .big-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .sale-story .extra-text {
    padding-top: 2px;
    font-size: 11px;
    line-height: 13px;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .content-container .fadeout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    height: 18px;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .btn {
    background-color: #0fd3d8;
    color: #ffffff;
    border-radius: 2px;
    padding: 8px 12px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin: 5px 0;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .btn .loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    display: none;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon .btn .btn-text {
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .coupon .coupon-box .inner-coupon.no-extra-text {
    padding-top: 35px;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .expiry-info {
    margin-top: 7px;
    font-size: 12px;
    text-align: center;
}
.coupon-vendors .cvendor-widget .coupon-display .coupon-grid .expiry-info .pre-text {
    font-weight: 400;
}
.coupon-vendors .cvendor-widget .coupon-display:first-child .top-border {
    margin-top: 0;
}
.coupon-vendors .cvendor-widget .coupon-display.inactive .product-img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.coupon-vendors .cvendor-widget .coupon-display.inactive .coupon-grid.printed .printed-badge {
    display: inline-block !important;
    background-color: #369ad9;
}
.coupon-vendors .cvendor-widget .coupon-display.inactive .coupon-grid.unavailable .unavailable-badge {
    display: inline-block !important;
    background-color: #222222;
}
.coupon-vendors .cvendor-widget .coupon-display.inactive .btn {
    display: none !important;
}
.coupon-vendors .cvendor-widget .print-instructions {
    width: 296px;
    display: table-cell;
    position: relative;
}
.coupon-vendors .cvendor-widget .print-instructions .logo {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.coupon-vendors .cvendor-widget .print-instructions .step {
    width: 296px;
    padding: 25px 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}
.coupon-vendors .cvendor-widget .print-instructions .step .left {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.coupon-vendors .cvendor-widget .print-instructions .step .left .icon {
    width: 39px;
    height: 39px;
    vertical-align: top;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right {
    width: 75%;
    font-size: 14px;
    line-height: 15px;
    position: relative;
    display: inline-block;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .text {
    padding-bottom: 9px;
    font-weight: bold;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .subtext {
    line-height: 17px;
    padding-bottom: 13px;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .text.finished, .coupon-vendors .cvendor-widget .print-instructions .step .right .subtext.finished {
    display: none;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn {
    background-color: #0fd3d8;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 12px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-width: 80%;
    cursor: pointer;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-icon {
    max-height: 26px;
    vertical-align: middle;
    margin-right: 7px;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-icon.disabled, .coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-text.disabled {
    display: none;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-icon.finished, .coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-text.finished {
    padding: 5px 7px 5px 5px;
    box-sizing: border-box;
    display: none;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-icon.enabled, .coupon-vendors .cvendor-widget .print-instructions .step .right .btn .btn-text.enabled {
    display: inline;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn .loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    display: none;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn.green {
    background-color: #3bce8b;
    cursor: default;
}
.coupon-vendors .cvendor-widget .print-instructions .step .right .btn.grey {
    background-color: #e1e2eb;
    cursor: default;
}
.coupon-vendors .cvendor-widget .print-instructions .step.disabled .text, .coupon-vendors .cvendor-widget .print-instructions .step.disabled .subtext {
    color: #9598a9;
}
.coupon-vendors .cvendor-widget .print-instructions .step.step-1.disabled .subtext {
    display: none;
}
.coupon-vendors .cvendor-widget .print-instructions .visit-faq {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #0fd3d8;
    cursor: pointer;
}
.coupon-vendors .cvendor-widget .print-instructions .visit-faq .bold {
    font-weight: bold;
}

footer {
    background-color: #f3f3f5;
    color: #666666;
    border-top: 1px solid #cccccc;
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
}
footer .main {
    position: relative;
    width: 987px;
    margin-left: auto;
    margin-right: auto;
}
footer .main .flipp-logo {
    max-width: 50px;
    max-height: 50px;
    border: none;
    display: inline;
    vertical-align: middle;
    padding-right: 20px;
}
footer .main .copyright {
    font-size: 14px;
    display: inline;
}
footer .main a.terms-of-use {
    padding-top: 9px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    display: inline;
    color: #666666;
}