.autience-theme-offer-foreground-image #autience-close-button {
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

.autience-theme-offer-foreground-image .yel-offer-popup-wrapper {
    width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    color: black;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    background-color: white;
}

.autience-theme-offer-foreground-image .yel-offer-content-wrapper {
    text-align: center;
    padding: 20px;
}

.autience-theme-offer-foreground-image .yel-offer-content-wrapper .yel-offer-content-large {
    font-size: 28px;
    font-family: sans-serif;
    color: #2E2E2E;
}

.autience-theme-offer-foreground-image .yel-offer-content-wrapper .yel-offer-content-small {
    font-size: 15px;
    line-height: 22px;
    color: #585858;
    font-family: sans-serif;
}

.autience-theme-offer-foreground-image .yel-offer-content-wrapper .yel-offer-content-tiny {
    font-size: 13px;
    line-height: 18px;
    font-family: sans-serif;
    color: black;
    opacity: 0.35;
    margin-top: 10px;
}

.autience-theme-offer-foreground-image .yel-offer-content-wrapper .yel-offer-submit-button {
    background-color: #5FB404;
    width: 90%;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: sans-serif;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    border-radius: 10px;
}

.autience-theme-offer-foreground-image .yel-offer-content-wrapper .yel-offer-submit-button:hover {
    background-color: #4B8A08;
}

.autience-theme-offer-foreground-image .yel-op3-table {
    display: inline-table;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 90%;
}

.autience-theme-offer-foreground-image .yel-op3-cols {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.autience-theme-offer-foreground-image .yel-op3-cols img {
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 650px) {
    /* potrait tablets & phones */
    .autience-theme-offer-foreground-image .yel-offer-popup-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 360px) {
    /* portrait phones */
    .autience-theme-offer-foreground-image .yel-offer-popup-wrapper {
        width: 100%;
        margin: 0 auto;
    }
}