div#left {
  display: none;
}
div#main-content {
  width: 900px;
}
div#main div#main-content.narrowleft {
  width: 900px;
}
div#main div#content-and-left {
  width: 900px;
}

div#right-column {
  display: none;
}


div#main-content table {
  border-collapse: collapse;
  width: 100%;
}
div#main-content table tr {
  vertical-align: middle;
}
div#main-content table th {
  text-align: center;
  border-right: 1px solid #999;
  border-bottom: 1px solid #ccc;
  padding: 8px 3px 10px 3px;
  width: 70px;
}
div#main-content table th#header-0 {
  width: 331px;
}
div#main-content table th#header-1 {
  color: #fff;
  background-color: #000099;
}
div#main-content table th#header-2 {
  color: #fff;
  background-color: #ff0000;
}
div#main-content table th#header-3 {
  background-color: #66ffff;
}
div#main-content table th#header-4 {
  background-color: #ffcc66;
}
div#main-content table th#header-5 {
  color: #fff;
  background-color: #660066;
}
div#main-content table th#header-6 {
  color: #fff;
  background-color: #990000;
}
div#main-content table th#header-7 {
  color: #fff;
  background-color: #003300;
}
div#main-content table th#header-8 {
  color: #fff;
  background-color: #007f7f;
}
div#main-content table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
div#main-content table td.data-1 {
  text-align: center;
  background-color: #e5e5ff;
}
div#main-content table td.data-2 {
  text-align: center;
  background-color: #ffe5e5;
}
div#main-content table td.data-3 {
  text-align: center;
  background-color: #e6ffff;
}
div#main-content table td.data-4 {
  text-align: center;
  background-color: #ffebd8;
}
div#main-content table td.data-5 {
  text-align: center;
  background-color: #ffe6ff;
}
div#main-content table td.data-6 {
  text-align: center;
  background-color: #ffd8d8;
}
div#main-content table td.data-7 {
  text-align: center;
  background-color: #eeffee;
}
div#main-content table td.data-8 {
  text-align: center;
  background-color: #e0ffff;
}
div#main-content table td h3 {
  margin: 0.3em 0 0.6em 0;
}
div#main-content table td input radio {
  width: 40px;
}
div#main-content table td input radio {
  width: 30px;
}
p input#button-calculate {
  margin: 10px 0 10px 300px;
}
