
.resultsTable{
  width:100%;
  text-align:center;
  border:1px solid #ccc;
}
.resultsTable th,
.resultsTable td{
  text-align:center;
  border-bottom: 1px solid #ccc;
}
.resultsTable td:last{
  border-bottom:0;
}

