.gform_wrapper .gf_page_steps {
    border-bottom: none !important;
}

.gform_wrapper .gform_page_footer {
    border-top: none !important;
}

.required_eur_amount input {
    font-weight: bold;
}

.required_eur_amount .instruction {
    display: none;
}

.sjd-cec-button {
    background: #027878;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    margin: 20px 0;
    min-height: 50px;
}

.sjd-cec-calculate-button {
    background: #027878;
    padding: 10px 15px 14px;
    text-decoration: none;
    color: #fff;
    display: inline;
    cursor: pointer;
}


#sjd-currency-comparison-chart table, #sjd-currency-comparison-chart tr {
    width: 100%;
}

.sjd-cec-section {
    width: 100%;
    margin: 30px 0;
    background: #fff;
    padding: 0;
    height: 120px;
}

.sjd-cec-section-fetch-time {
    height: 30px;
    width: 100%;
    text-align: center;
}

.sjd-cec-section-fetch-time .rate_fetch_time {
    margin-top: -30px;
}

.sjd-cec-section .column-3 {
    width: 33.33333%;
    height: 120px;
}

.sjd-cec-section .logo_area {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.sjd-cec-section .logo_area img {
    width: 80%;
}

.sjd-cec-section .exchange_rate_text {
    text-align: center;
    font-size: 0.9em;
}

.sjd-cec-section .exchange_rate_value {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1em;
    text-align: center;
}

.sjd-cec-section .exchange_rate_value .change_in_exchange_rate
{
    font-size: 0.3em;
    color: red;
    font-weight: normal;
}

.sjd-cec-section .you_will_pay_text,
.sjd-cec-section .you_will_save_text
{
    line-height: 1.5em;
    font-size: 0.7em;
    text-align: center;
}

.sjd-cec-section .you_will_pay_amount,
.sjd-cec-section .you_will_save_amount
{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.sjd-cec-section .rate_fetch_time {
    text-align: center;
}

.sjd-cec-section-fetch-time .rate_fetch_time span {
    background: #d3732b;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    
    .required_eur_amount input#input_12_1 {
        width: 60% !important;
    }
    
    .sjd-cec-section .logo_area {
        font-weight: bold;
        font-size: 1em;
        text-align: center;
    }
    
    .sjd-cec-section .exchange_rate_text {
        text-align: center;
        font-size: 0.5em;
    }

    .sjd-cec-section .exchange_rate_value {
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
    }
    
    .sjd-cec-section .you_will_pay_text,
    .sjd-cec-section .you_will_save_text
    {
        font-size: 0.4em;
    }
    
    .sjd-cec-section .you_will_pay_amount,
    .sjd-cec-section .you_will_save_amount
    {
        font-size: 0.8em;
    }
}

