#gform_wrapper_10 input[readonly]{
    background-color:  #ebe8e8;
}
#gform_wrapper_10 .gf_readonly .ginput_container{
    cursor: not-allowed!important;
}

#gform_wrapper_10 .return_tax .gfield_description{
    margin: 5px;
}

#gform_wrapper_10 .hide_submit .gform_footer{
    display: none;
}


.estimated_tax_return{
    color: #05d60f;
}
.estimated_tax_pay{
    color: #FF0000;
}

.estimated_tax_return,
.estimated_tax_pay{
    display: none;
    font-weight: bold;
    font-size: 1.2em;
}

.estimated_tax_return.show,
.estimated_tax_pay.show{
    display: inline;
}
