.results {
  font-size: 0.8em;
  text-align: right;
  white-space: nowrap;
}

.results th {
  padding: 0 5px 0 2px;
  background-color: #FE0;
  width: auto;
}

.results td {
  padding: 0 5px 0 5px;
  width: auto;
}

.results td.P {
  text-align: left;
  font-weight: bold;
  color: #F60;
}

.results th.P {
  text-align: left;
  font-weight: bold;
}

.results td.T {
  font-weight: bold;
  color: #3C3;
}

.results td.F, .results th.F {
  width: 90%;
}

.results tr.e {
  background-color: #EEF;
}
