body {
  font-family: Helvetica Neue, Arial, sans-serif;
}

.nba-link-row {
  margin-bottom: 0.5rem;
}

.nba-link {
  font-weight: 600;
  text-decoration: none;
}

/* today card styles */

.today-scores {
  font-size: 20pt;
}

img.cardimg {
  height: 40px;
}

/* end of today card styles */

.table-wrapper {
  display: inline-block;
  border: 2px solid black;
  border-radius: 8px;
  overflow: hidden;
}

table.round {
  table-layout: fixed;
}

.sort-toggle-enter-active, .sort-toggle-leave-active {
  transition: opacity 0.25s;
}
.sort-toggle-enter-to, .sort-toggle-leave-from {
  opacity: 1;
}
.sort-toggle-enter-from, .sort-toggle-leave-to {
  opacity: 0;
}

.sort-matchups-move {
  transition: transform 0.5s;
}

thead {
  border-bottom: 1px solid black;
}

tr:not(.no-hover):hover {
  background-color: rgb(227, 227, 255)
}

td {
  text-align: center;
  cursor: default;
  user-select: none;
  white-space: nowrap;
  height: 24px;
}

td.keystone {
  font-style: italic;
  color: gray;
  font-family: monospace;
  font-size: 10pt;
}

td.keystone:hover {
  background-color: rgb(244, 244, 244);
  font-weight: bold;
}

td.team {
  font-size: 10pt;
}

div.team {
  display: flex;
  align-items: center;
}

td.team.winner {
  font-weight: bold;
}

td.team.loser {
  font-style: italic;
}

td.v {
  width: 5px;
  font-size: 10pt;
}

td.score {
  width: 30px;
  font-style: italic;
  font-size: 10pt;
}

td.date {
  width: 52px;
  min-width: 40px;
  font-size: 12pt;
}

td.date.today {
  font-weight: bold;
  background-color: rgb(255, 241, 206);
}

td.weekend {
  background-color: rgba(200, 200, 255, 0.5);
}

img.table-img {
  height: 24px;
  width: 24px;
}

span.empty-table-img {
  float: left;
  height: 20px;
  width: 20px;
  border-width: 2px;
  border-radius: 10px;
  background-color: rgb(240, 240, 240);
  border-style: solid;
  border-color: lightgray;
  margin: 2px;
}

td.game {
  font-size: 10pt;
}

td.game.upset {
  font-weight: bold;
}

td.game.game1 {
  background-color: #389BBC;
}

td.game.game2 {
  background-color: #44B4DA;
}

td.game.game3 {
  background-color: #D09A8B;
}

td.game.game4 {
  background-color: #E7CCC5;
}

td.game.game5 {
  background-color: #389BBC;
}

td.game.game6 {
  background-color: #D09A8B;
}

td.game.game7 {
  background-color: #389BBC;
}

p.attribution {
  font-style: italic;
  color: gray;
  font-size: 10pt;
}

a.attribution {
  color: gray;
  text-decoration: underline;
}

a.year {
  font-style: italic;
  font-weight: bold;
  color: black;
}

.tooltip-inner {
  white-space: pre-wrap;
}
