.calculate-emi-form label{
    display: inline-block;
    min-width: 148px;
}
#total_cost::-webkit-inner-spin-button, 
#total_cost::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#deposit::-webkit-inner-spin-button, 
#deposit::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
h2.calc-header{
    margin-bottom: 20px;
    color: #009ac7;
}
.calculate-emi-form input[type=number]{
    background-color: #eee !important;border: none;
    border-bottom: 1px solid #009ac7;
    font-size: 15px;
    color: #999;
    padding: 11px 12px;
    line-height: initial;
    height: initial;
    border-radius: 0;
}
@media only screen and (max-width: 600px) {
    #show-emi{
        font-size: 10px !important;
   }
}
@media only screen and (max-width: 480px) {
    .plain-label{
        display: none !important;
    }
    #show-emi th, #show-emi td{
        font-size: 8px !important;
        padding: 10px 4px !important;
   }
}
