.wp-block-eir-calc-show-calculator {
    color: green;
    background: #cfc;
    border: 2px solid #9c9;
    padding: 20px;
}

form {
    padding: 30px 25px;
    background: #f4f7f8;
    border-radius: 12px;
}
form .form-control, #aprResults {
    font-size: 14px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background: rgba(255, 255, 255, 1);
    border: none;
    height: auto;
    outline: 0;
    padding: 15px;
    width: 100%;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

#apr_form select {
    height: 2.3rem;
    border-radius: 2px;
    border: solid 1px #ccc;
    background-color: #ffffff;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.7rem;
}

label.light {
    font-weight: 300;
    display: inline;
}
form input.btn {
    font-size: 0.7rem;
}
input#calculateButton, input#clearButton {
    margin-top: 2em;
}
input#clearButton {
    background-color: #aaaaaa;
}
#aprTabs a.nav-link, #aprResults a.btn {
    text-decoration: none;
}
#aprResults {
    padding-top: 1rem;
    padding-left: 2rem;
}
#aprPanel {
    width: 100%;
}
#aprResults img {
    width: 50%;
    margin-bottom: 2rem;
}
#resultsText {
    font-size: 115%;
    line-height: 1.8;
    padding-right: 13%;
}
table#resultsTable td, table#resultsTable th {
    font-size: 120%;
}

table#resultsTable, table#resultsTable th {
    border: none;
}
#resultsTable span, #summaryTable span {
    color: darkred;
    font-weight: bolder;
}
#summaryTable {
    margin-bottom: 2rem;
}
#summaryTable th, #summaryTable td, #summaryTable div {
    text-align: center;
    font-size: 120%;
    padding: 0 2rem;
}
#aprCalcContent .fade {
    opacity: 1;
}
table {
    width: 100%;
}
#calculator input:required {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.btn { font-weight: 900; margin-bottom: 5px; letter-spacing: 0.005px; text-transform: uppercase; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08); border: none; border-radius: 2px; height: 46px; padding: 0 21px; }
.btn-info { color: #FFFFFF;background: #4983c4; }
.btn-warning { color: #FFFFFF;background: #363b3f; }
.btn:hover { background: #61b23b; }

.nav-tabs .nav-item {
    display: inline-block;
    margin-right: 8px;
}
.nav-tabs .nav-item .nav-link {
    border-radius: 15px;
    padding: 5px 12px;
    font-size: 120%;
    display: inline-block;
}
.nav-tabs .nav-item .active {
    background-color: #61b23b;
    color: #ffffff;
}
.form-group {
    margin-bottom: 30px;
}
div#aprPanel div.columns {
    font-size: 14px;
}
label, .table-responsive table td, .table-responsive table th {
    font-size: 14px;
}