/*
 * Test Results Styles
 */
 
#test-results {
  margin-top: 1.5em;
}
#test-results .site {
  font-size: 1.2em;
  margin: 0 0 1em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #7bbd25;
}
#test-results .results-list {
  margin: 0 0 2em 0;  
  border-collapse: collapse;
  width: 100%;  
}
#test-results .results-list th, 
#test-results .results-list td {
  font-weight: normal;
  padding: 5px;
  text-align: left;
  border: 1px solid #ccc;
}
#test-results .results-list th a, 
#test-results .results-list td a {
  color: #000;
}
#test-results .results-list thead th, 
#test-results .results-list thead td {
  font-weight: bold;  
  background: #ccc;
}
#test-results .results-list tbody tr th, 
#test-results .results-list tbody tr td {  
  background: #fff;
}
#test-results .results-list tbody tr.highlighted th, 
#test-results .results-list tbody tr.highlighted td {  
  background: #eee;
}

#test-result table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0 1.5em 0;  
}
#test-result table tbody th {
  padding: 5px;
  text-align: right;
  font-weight: bold;
  background: #d5d5d5;
  width: 33%;
} 
#test-result table td {
  padding: 5px;  
  border: 1px solid #d5d5d5;
} 