h1
{
  border-bottom: 1px solid #996633;
  color: #996633;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 5px;
}

h2
{
  border-bottom: 1px dashed #e1e0de;
  color: #996633;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0 5px;
}

input
{
  border: 2px solid #996633;
}

input[type=submit]
{
  border: 2px solid #996633;
}

#calculator table tr td.row-2
{
  /* background-color: #99CCFF; */
}

#calculator table thead tr th,
#calculator table td.header
{
  background-color: #996633 !important;
}
