/*
 * Calculate self pay healthcare savings table / form
 */

div#calculate-self-pay-healthcare-savings {
  margin-top: 2em;
}
div#calculate-self-pay-healthcare-savings h3 {
  font-size: 1.2em !important;
  margin-bottom: 1.4em !important;
  border-top: 1px solid #ccc;
  padding-top: 17px;
}
div#calculate-self-pay-healthcare-savings p.intro {
  margin-top: -10px;
}
div#calculate-self-pay-healthcare-savings table {
  border-collapse: collapse;
  margin: 0 0 1.75em 0;
  width: 100%;
}
div#calculate-self-pay-healthcare-savings table th {
  font-weight: normal;
  border: 1px solid #fff;
  padding: 8px;
  background: #fbdd9d;
  width: 50%;
}
div#calculate-self-pay-healthcare-savings table th.section {
  font-weight: bold;
  background: none;
  padding-bottom: 15px;
}
div#calculate-self-pay-healthcare-savings table th.list-item {
  padding-left: 25px;
}
div#calculate-self-pay-healthcare-savings table td {
  border: 1px solid #fff;
  padding: 5px;
  background: #fcefd3;  
}
div#calculate-self-pay-healthcare-savings p.summary {
  font-size: 1.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 17px 0 17px 0;  
}