body {
  font-family: times;
}

img {
  border: none;
}

.results-table { 
  border-collapse: collapse; 
  border: none; 
}

.results-table th { 
  border-top: 1px solid #666; 
  border-bottom: 1px solid #666; 
  padding-left: 0.4em; 
  padding-right: 0.4em; 
  font-size: 1em;
  font-family: times;
}

.results-table th.row { 
  padding-right: 0.8em;
  border: none;
  text-align: right;
}

.results-table td { 
  padding-top: 0.25em; 
  padding-left: 0.4em; 
  padding-right: 0.4em; 
  font-size: 1em;
  font-family: times;
  text-align: center;
}

.results-table caption {
  border-top: 1px solid #666;
  caption-side: bottom;
  font-size: 1em;
  font-family: times;
  /*font-style: italic;*/
  text-align: left;
  padding: 0.3em 0;
  padding-bottom: 2em;
}

