table {
  margin: 50px 0 0 80px;
  width: 700px;
}

table td {
  font-size: 1.2em;
  text-align: center;
  padding: 10px;
  min-width: 100px;
}

table .main {
}

table th {
  background-color:#C3D9FF;
  color: #444;
  font-size: 1.6em;
  text-align: center;
  border-bottom: 3px solid gray;
}

table thead .transparent {
  background-color: #fff;
}

table .rowhdr {
  background-color:#C3D9FF;
  text-align: right;
  font-size: 1.4em;
  width: 250px;
}

table .act {
  background-color: #FFB300;
  color: #eee;
  font-weight: bold;
}
