#cd_calculator .inflation-calculator {
    border-radius: 5px;
    border: solid 1px rgba(134, 147, 158, 0.38);
    background-color: #f6f8f9;
}
#cd_calculator .inflation-calculator .calculator_block{
    position: relative;
}
#cd_calculator .inflation-calculator .recalculate_btn{
    border-radius: 5px;
    background-color: #36b493;
    color: #ffffff;
    border: none;
}
#cd_calculator .populate_current_rates > div{
    padding-right: 0;
}
#cd_calculator .result_row .cd_pp_calculator {
    border-radius: 8px;
    padding: 20px 25px;
}
#cd_calculator .result_row .cd_pp_calculator div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#cd_calculator .result_row .cd_pp_calculator > div:not(:last-child){
    border-bottom: 1px solid #ddd;
}
#cd_calculator .percentage-field{
    background: url(/images/percentage.svg) no-repeat #fff;
    background-position-x: right;
    background-position-y: center;
}
#cd_calculator .dollar-field .textInput {
    text-indent: 16px;
}
#cd_calculator .inflation-calculator .recalculate_btn:hover {
    background-color: #01A059;
}
#cd_calculator .inflation-calculator #cdLineChart{
    margin-top: 25px !important;
}
.calculator_block span.month-label {
    position: absolute;
    right: 5%;
    top: 10px;
    opacity: 0.7;
}

#cd_calculator .result_row .chartContainer .current_rates_clr {
    height: 15px;
    width: 40px;
    background: rgba(153, 102, 255, 0.2);
    border: 4px solid rgba(77, 100, 255, 1);
}
#cd_calculator .result_row .chartContainer .suggested_rates_clr{
    height: 15px;
    width: 40px;
    background: rgba(75, 192, 192, 0.2);
    border: 4px solid rgba(75, 192, 192, 1);
}
@media screen and (max-width:767.98px) {
    #cd_calculator .input_feild, 
    #cd_calculator .recalculate_btn {
        width: 100% !important;
    }
    #cd_calculator .result_row{
        border-top: 1px solid #c4cdd5;
        padding: 0;
    }
    #cd_calculator .result_row .cd_pp_calculator {
        border: 1px solid #B8BDC2;
    }
    #cd_calculator #populate_current_rate figure{
        width: 120px;
    }
    #cd_calculator #populate_current_rate .list_item{
        text-align: -webkit-center;
    }
    #cd_calculator .inflation-calculator .listing-bank-logo-div  {
        text-align: unset !important;    
    }
    #cd_calculator .inflation-calculator #cdLineChart{
        margin-top: 20px !important;
    }
}
@media screen and (min-width:768px) {
    #cd_calculator .inflation-calculator_first_row h2,
    #cd_calculator .inflation-calculator_first_row > div {
        border-right: 1px solid #c4cdd5;
    }
}