.tv-table {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  margin-top: 20px;
  width: 100%;
}

.tv-table h2 {
  background-color: #444;
  color: white;
  padding: 10px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.tv-table table {
  width: 100%;
  border-collapse: collapse;
}

.tv-table th {
  background-color: #1267c4;
  color: white;
  padding: 10px;
  text-align: center;
}

.tv-table td {
  padding: 10px;
  text-align: center;
}

.tv-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.tv-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.tv-table a {
  color: #1267c4;
  text-decoration: none;
}

.tv-table a:hover {
  text-decoration: underline;
}
