input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input , select {
	font-weight:600;
}
.container{
    padding: 16px;
}
.container h2{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.container p{
    font-size: 1.2em;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}
.main_container{
    margin-top: 32px;
}
.well{
    background-color: white;
}
.mortage_form{
    border-right: 1px solid #ccc;
}
hr{
    border-bottom: 1px solid #ccc;
}
.left_placeholder span{
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
}
.left_placeholder input{
    border-left: none;
}
.right_placeholder span{
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
}
.right_placeholder input{
    border-right: none;
}
.both_placeholder span{
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
.both_placeholder input{
    border-right: none;
    border-left: none;
}
.input_border i{
	background:#FFFFFF;
}
.nav{
    border-bottom: none;
}
.nav li{
    width: 50%;
}
.nav li a{
    background: transparent;
    border: none;
    text-align: center;
    font-size: 1.4em;
}
.nav li.active{
    border-bottom: 2px solid #337ac4;
}
.nav li.active a{
    background: transparent;
    border: none;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #337ac4;
}
.monthly_report{
    width: 100%;
    margin: 0 auto;
}
.monthly_report p{
    text-align: left;
    margin: unset;
    padding: 4px;
    font: 1.2em sans-serif;
    font-weight: bold;
    max-width: 100%;
}
.monthly_report td{
    padding: 4px;
}
.monthly_report .price{
    text-align: right;
    font-size: 1.2em;
}
.monthly_report .price span{
    font-weight: unset;
    color: rgb(122, 122, 122);
    font-size: 0.8em;
}
.prop_and_intreset_box{
    width: 25px;
    height: 25px;
    background-color: rgb(0, 176, 177);
    border-radius: 50%;
}
.prop_tax_box{
    width: 25px;
    height: 25px;
    background-color: rgb(239, 61, 73);
    border-radius: 50%;
}
.pmi_box{
    width: 25px;
    height: 25px;
    background-color: rgb(91, 110, 112);
    border-radius: 50%;
}
.home_insurance_box{
    width: 25px;
    height: 25px;
    background-color: rgb(168, 209, 64);
    border-radius: 50%;
}
.hoa_dues_box{
    width: 25px;
    height: 25px;
    background-color: rgb(250, 166, 26);
    border-radius: 50%;
}
.advance_txt{
    font-size:1.2em;
    font-weight: bold;
    text-decoration: none;
}
.advance_txt:hover{
    text-decoration: none;
}
.report_table{
	width:100%;
}
.report_table td, .report_table th {
	padding: 8px;
}

.report_table tr:nth-child(even){background-color: #ddd;}

