/* Plugin: Custom Tax Calculator */
.closing-cost-estimate {
  font-family: Arial, sans-serif;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-table;
}
.ctc_setting_tables {
    display: inline-block;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #ccc;
    width: calc(95% - 20px);
}
.ctc_calculator_settings {
  column-count: 2;
  column-gap: 20px;
}
.closing-cost-estimate table td{
  padding: 5px;
  border: 1px solid #ccc;
}
.static_admin_fields { background-color: #07acff3d; }
.static_user_inputs { background-color: #ff2c073d; }
.dynamic_calculated_field { background-color: #af07ff3d; }
.closing-cost-estimate input { border: 0px !important; min-width:130px; padding: 10px; }