h1
{
  border-bottom: 1px dotted #d8d5ba;
  font-family: Arial, Helvetica, sans-serif;
  color: #0099CC;
  font-size: 16px;
  margin: 0 0 30px 0;
  padding: 0;
}

h2
{
  border-bottom: 1px dashed #d8d5ba;
  font-family: Arial, Helvetica, sans-serif;
  color: #0099CC;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0 5px;
}

input
{
  border: 2px solid #0099CC;
}

input[type=submit]
{
  border: 2px solid #0099CC;
}

#calculator table tr td.row-2
{
  /* background-color: #99CCFF; */
}

#calculator table thead tr th,
#calculator table td.header
{
  background-color: #006699 !important;
}
