table#tomt {
  border-collapse: collapse;
  border-right: 20px solid #FFF;
  width: 400px;
}

table#tomt th {
  text-align: left;
  padding: 4px 8px;
  font-size: 0.9em;
}

table#tomt th.type {
  padding: 8px;
  font-size: 1.05em;
}

table#tomt td {
  padding: 8px;
  border-bottom: 12px solid #FFF;
  background: #EEE;
}

table#tomt td input {
  border: 1px solid #AAA;
  border-left: 3px solid #AAA;
  background-color: #F4F4F4;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.125em 0.25em;
  height: 1.8em;
  width: 95px;
}

table#words {
  border-collapse: collapse;
  width: 424px;
}

table#words th {
  text-align: left;
  padding-top: 4px;
  padding-left: 8px;
  width: 120px;
  font-size: 0.8em;
}

table#words th#w_h {
  padding: 8px;
  font-size: 1.05em;
}

table#words th.top {
  padding: 4px 8px;
  font-size: 0.9em;
}

table#words th.bottom {
  padding: 4px 8px;
  font-size: 0.9em;
  text-align: right;
  background: #DEE6F8;
}

table#tomt th.t1 {
  background: #CEC;
}

table#tomt th.th1 {
  background: #DED;
}

table#tomt th.t2 {
  background: #ECC;
}

table#tomt th.th2 {
  background: #EDD;
}

table#tomt th.t3 {
  background: #F6D7C5;
}

table#tomt th.th3 {
  background: #FBECE4;
}

table#tomt th.t4 {
  background: #D4D4D4;
}

table#tomt th.th4 {
  background: #E4E4E4;
}

table#words th#w_h {
  background: #CFDEFC;
}

table#words th.top {
  background: #DEE6F8;
}

table#words th.alt {
  background: #F8F9D8;
}

table#words td.alt {
  background: #F8F9D8;
}

table#words td {
  padding: 4px 0;
  font-size: 0.8em;
}

table#words td p {
  padding: 12px;
}