.stdth {
  text-align: left;
  background-color: #442e74;
  font-size: 1em;
  color: white;
  padding: 5px 5px 5px 5px; }

thead .stdth {
  border-right: 1px solid white; }

.stdtd {
  background-color: white;
  font-size: 1.2em;
  padding: 5px 5px 5px 10px;
  border-right: 1px solid #e5e5e5; }

.stdtdsmall {
  font-size: 1em;
  padding: 3px 0 3px 25px; }

.stdtdalt {
  background-color: #e5e5e5;
  font-size: 1.2em;
  padding: 5px 5px 5px 10px;
  border-right: 1px solid white; }

.stdtdaltsmall {
  background-color: #e7f5ff;
  font-size: 1em;
  padding: 3px 0 3px 25px; }

.table th {
  text-align: left;
  vertical-align: top;
  padding-top: 3px;
  padding-right: 5px;
  font-weight: bold; }
.table td {
  padding-bottom: 5px;
  padding-right: 5px; }

.header-fixed {
  position: fixed;
  top: 0px;
  display: none; }
