.game-score-table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

.game-score-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.game-score-table td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
}
.game-title {
    font-size: 1.4em;
    margin-bottom: -20px;
    color: #333;
}


.game-score-table tbody tr:nth-child(2) :first-child {
	background-color: #000080 !important;
	color: #fff;
}
.game-score-table tbody tr:nth-child(2) :nth-child(11) {
	background-color: #000080 !important;
	color: #fff;
}
.game-score-table tbody tr:nth-child(2) {
	background-color: #000080 !important;
	color: #fff;
}
.game-score-table tbody tr:nth-child(3) :first-child {
	background-color: #757575;
	color: #fff;
}
.game-score-table tbody tr:nth-child(3) :nth-child(11) {
	background-color: #757575 !important;
	color: #fff;
}
.game-score-table tbody tr:nth-child(3) {
	background-color: #757575 !important;
	color: #fff;
}