@import url("common.css");

.p1-best-response, .p2-best-response {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.slides .p1-best-response, .slides .p2-best-response {
  border-bottom: 1px solid #000!important;
}

#best-responses-game-table .p1-best-response {
  color: rgba(100, 165, 0, 1);
}


#best-responses-game-table .p2-best-response {
  color: rgba(255, 100, 0, 1);
}


#best-responses-game-table .p2-best-response {
  color: rgba(255, 100, 0, 1);
}

#nash-equilibria-game-table .nash-equilibrium,
#nash-equilibria-non-uniqueness-game-table .nash-equilibrium {
  background-color: rgba(255, 165, 0, 0.4)!important;
}

#dominant-strategies-game-table tr:nth-child(2) th:first-child,
#dominant-strategies-game-table .p2-best-response {
  color:rgba(100, 165, 0, 1)!important;
}

#dominant-strategies-game-table tr:nth-child(2) th:nth-child(2),
#dominant-strategies-game-table tr:nth-child(3) td :nth-child(2):not(.p2-best-response),
#dominant-strategies-game-table tr:nth-child(4) td :nth-child(2):not(.p2-best-response) {
  color: rgba(255, 100, 0, 1)!important;
}

.slides .invertible {
  filter: invert(0.0)!important;
}
