table.scoresTable {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #000000;
  background-color: #F9F9FC;
  text-align: left;
  border-collapse: collapse;
}
table.scoresTable td, table.scoresTable th {
  border: 1px solid #000000;
  padding: 4px 4px;
}
table.scoresTable tbody td {
  font-size: 15px;
}
table.scoresTable thead {
  background: #019434;
  background: -moz-linear-gradient(top, #05759E 0%, #056285 66%, #04506D 100%);
  background: -webkit-linear-gradient(top, #05759E 0%, #056285 66%, #04506D 100%);
  background: linear-gradient(to bottom, #05759E 0%, #056285 66%, #04506D 100%);
}
table.scoresTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: left;
  border-left: 1px solid #000000;
}
