.simple-page #page-content div[class^="col-md"] {
    padding-right: 5px;
}
.simple-page #page-content .col-md-6 {
    /*border:1px solid #cfcfd4;*/
    margin-top:30px;
}
.simple-page #page-content .col-md-6:first-child {
    border-right:none;
}
.simple-page #page-content .col-md-6:last-child {
    border-left:none;
}

#page-content .MsoTableGrid p {
    margin:0 !important;
}

.calculator-info {
    margin-left:20px;
}

table#wkly-pay-inputs, table#wkly-pay-results {
    border:1px solid #4f5d72;
    width:97%;
}
table#wkly-pay-results {
    border-top:none;
}
table#wkly-pay-inputs {
    border-bottom: none;
}
#wkly-pay-inputs, #wkly-pay-results {
    background: #f0f0f2;
    width: 50%;
}
#wkly-pay-inputs td, #wkly-pay-results td {
    padding: 20px;
}
#wkly-pay-inputs tr:first-child td {
    padding-top: 20px;
}
#wkly-pay-inputs tr:last-child td {
    padding-bottom: 20px;
}
#wkly-pay-inputs td .wkly-calc-lbl, #wkly-pay-results td .wkly-calc-lbl {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
#wkly-pay-inputs input[type=text], #wkly-pay-inputs select, #wkly-pay-results input[type=text], #wkly-pay-results select {
    height: 34px;
    margin-bottom: 5px;
    padding: 6px;
    width: 100%;
}

#btn-wkly-calc {
    border: none;
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    background: #2378a6;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}
.wkly-calc-req-msg {
    display: none;
    color:#f00;
    font-size: 12px;
    font-weight: normal !important;
}
.calc-tbl-hdr-row td {
    text-align: center;
}
.calc-tbl-hdr-row td span {
    font-size: 20px;
    font-weight: bold;
    color: #2378a6;
}















