/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#tax_calc_wrapper {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}
#print-button {
    float:right;
}
#excel-button {
    float:right;
    margin-right: 5px;
}
.clear {
    clear: both;
}
.relativePos {
    position: relative;
}
.infoHover {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0px;
    width: 200px;
    background-color: #373D96;
    color: #F0F1F9;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}
#section_6 h3 .infoHover {
    width: 400px;
}
.infoIncome {
    left: 115px;
}
.infoIRA {
    right: 20px;
}
.infoAGI {
    right: 20px;
}
.mainSections {
    /*display: none;*/
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    /*background-color: #f2f2f2;*/
}
#section_1 {
    display: block;
}
.subWrappers {
    display: flex;
    /*width: 1000px;*/
    margin: 0 auto;
    justify-content: space-between;
}
.subWrappers > div {
    min-width: 120px;
}
#age_you {
    margin-bottom: 50px;
}
.subWrappers input {
    width: 100px;
}
#income_you_sub_wrapp > label, #income_spouse_sub_wrapp > label {
    width: 300px;
}
#adjustments_you_sub_wrapp > label, #adjustments_spouse_sub_wrapp > label {
    width: 350px;
    margin: 0 auto;
}
#label_you_taxableGrossIncome, #label_spouse_taxableGrossIncome {
    margin-top: 30px;
    /*font-size: 20px;*/
    /*font-weight: 600;*/
}
#you_taxableGrossIncome, #spouse_taxableGrossIncome {
    margin-top: 5px;
    /*font-size: 20px;*/
    /*font-weight: 600;*/
}

#deductions_you_sub_wrapp > label, #deductions_spouse_sub_wrapp > label {
    width: 350px;
    margin:0 auto;
}

#adjustments_you_sub_wrapp output, #adjustments_spouse_sub_wrapp output, #deductions_you_sub_wrapp output, #deductions_spouse_sub_wrapp output, #exemptions_you_sub_wrapp output, #exemptions_spouse_sub_wrapp output {
    /*font-size: 20px;*/
    /*font-weight: 600;*/
}

#exemptions_you_sub_wrapp {
    width: 400px;
    margin: 0 auto;
}
#exemptions_spouse_sub_wrapp {
    width: 300px;
    margin: 0 auto;
}
#submit {
    margin-top: 20px;
}
.childWrappers {
    display: none;
}
.flex {
    display: flex;
}
.float_left30 {
    float: left;
    width: 30%;
}
.float_left20 {
    float: left;
    width: 20%;
}
.float_left15 {
    float: left;
    width: 15%;
}
.float_left10 {
    float: left;
    width: 10%;
}
.resultTableRow > p {
    margin: 6px 0px;
}
.tableMFSHeadline {
    text-align: center;
    /*border-top: 2px solid black;*/
    padding-top: 10px;
    margin: 12px 0px;
}
.resultSectionHeadline {
    text-align: center;
    font-weight: bold;
    /*border-top: 2px solid black;*/
    padding-top: 10px;
    margin: 12px 0px;
}
.subtext {
    text-align: center;
    margin-top: -10px;
}
.totalMFJ {
    width: 90%;
}
.totalMFJcolumn {
    float: right;
    width: 10%;
}
.totalMFJcolumn label {
    font-weight: bold;
}
.mainHR {
    border:1px solid #373D96;
}
.subHR {
    border-top:1px solid #373D96;
}
@media print {
    header, footer {
        display:none;
    }
}

