#resultTable, #resultTable td, #resultTable th{
  border: 1px solid gray;
  border-collapse:collapse;
}
#resultTable th{
  text-align: center;
}
#resultTable .tableCaption{
  background-color: #B2BCC8;  
}
#resultTable .sectCaption{
  background-color: #DDDDDD;  
}
#resultTable .resultTd {
    color: black;
}