﻿.redeem-offers-container {
    font-size: 19px;
}

.vip_redeem-offers-header {
    width: 100%;
    height: 440px;
    position: relative;
    background-image: url('images/vip_redeem_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.earnings-container {
    width: 30%;
    margin: auto;    
}

.earnings-label {
    font-weight: bold;
    width: 70%;
}

.comingsoon {
    height: 86px;
    width: 140px;
    margin-left: 32px;
    margin-top: 17px;
    background-color: white;    
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    border-radius: 10px;
    padding-top: 60px;
    font-weight: bolder;
    color: #999;
    font-size: 14px;
    cursor: not-allowed;
}

.flex-container {
    display: flex;
}

.earnings-value {
    min-width: 60px;    
}

.redeem-offers {
    padding-top: 50px;
}

.earning-value-link {
    margin-top: -27px;
    margin-left: 100%;
    width: 230px;
}

.redeem-options-container {
    width: 90%;
    margin: auto;
}

.redeem-options-form {
    width: 30%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;    
}

.option-description {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-label {
    padding-top: 3px;
}

.form-field {
    margin-top: 10px;
    margin-bottom: 10px;   
}

.spacer {
    height: 3px;
    background-color: #C1C1BE;
    margin: 40px 10% 40px 10%;
}

.introText {
    margin: 40px 10% 40px 10%;
    text-align: justify;
    font-size: 14px;
}