h1 {
  font-family: 'Roboto', sans-serif;
}

table.dltrc {
  width: 50%;
  border-collapse: separate;
  border-spacing: 0px;
  border: solid black 2px;
  border-radius: 8px;
}

tr.dlheader {
  /* text-align: center; */
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-left: solid black 1px;
  padding: 2px;
}

td.dlheader {
  background: #d9d9d9;
  /* text-align: center; */
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-left: solid black 1px;
  border-radius: 0px;
  padding: 2px;
}

td.teamAcol,
td.teamBcol {
  width: 35%;
}

td.win {
  background-color: lightgreen;
}

tr.dlinfo,
td.dlinfo {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  border-left: solid black 1px;
  border-top: solid black 1px;
  padding: 2px;
}

td.dlinfo:first-child,
td.dlheader:first-child {
  border-left: none;
}

td.dlheader:first-child {
  border-radius: 5px 0 0 0;
}

td.dlheader:last-child {
  border-radius: 0 5px 0 0;
}

/*===== hover effects =====*/

/*tr.hover01:hover,
tr.hover02:hover {
  background-color: #dde6ee;
}*/

/* === ROW HOVER === */

/*tr.hover02:hover:last-child {
  background-color: #dde6ee;
  border-radius: 0 0 6px 6px;
  }*/

/* === CELL HOVER === */

td.hover01:hover {
  background-color: #dde6ee;
}

td.hover02:hover {
  background-color: #dde6ee;
}

td.hover02:first-child {
  border-radius: 0 0 0 6px;
}

td.hover02:last-child {
  border-radius: 0 0 6px 0;
}
