th {
  line-height: 1.4;
  vertical-align: middle; }

.map-games-toggle i {
  margin-top: 18px; }
.map-games-toggle i.mod-hide {
  display: none; }

.map-games-toggle.mod-expanded i.mod-show {
  display: none; }
.map-games-toggle.mod-expanded i.mod-hide {
  display: block; }

select {
  width: 320px; }

select, input {
  border-radius: 2px; }

a.game {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px !important;
  color: #333;
  height: 56px !important; }

td.mod-win {
  background: #ecf8ef; }

td.mod-loss {
  background: #f2e0de; }

.game-score {
  width: 40px;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center; }

.game-half {
  width: 40px;
  font-size: 13px;
  text-align: center; }

.game-half-label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  background: #666;
  color: #fff;
  display: inline-block;
  padding: 0px 2px;
  border-radius: 2px;
  margin-bottom: 2px; }

.game-half-label.mod-loss {
  font-style: italic;
  font-weight: 300;
  background: #bbb; }

.game-half-label.mod-atk {
  color: #fff;
  background: #e25d5a; }

.game-half-label.mod-atk.mod-loss {
  font-style: italic;
  font-weight: 300;
  background: #f1b2b1; }

.game-half-label.mod-def {
  color: #fff;
  background: #24b298; }

.game-half-label.mod-def.mod-loss {
  font-style: italic;
  font-weight: 300;
  background: #8cd4c7; }

.game-vs {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-weight: 700; }
  .game-vs img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    margin-left: 12px; }

.game-event-name {
  text-align: right;
  margin-left: 15px;
  width: 150px; }

.game-event-thumb {
  width: 32px;
  height: 32px;
  margin-left: 10px; }
  .game-event-thumb img {
    height: 100%;
    width: 100%; }

td.mod-agent-highlight {
  background: #f0f075; }

.agent-comp-agg {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  cursor: pointer; }

.agent-comp-agg.mod-agent-highlight {
  background: #f0f075 !important; }

.th-super-label {
  position: absolute;
  top: -65px;
  padding: 5px;
  background: #444;
  width: 100%; }

tr.mod-toggle {
  border-top: 0 !important; }

tr.mod-toggle td {
  padding: 0; }

tr.mod-toggle td:first-child {
  background: #eaeaea; }

.supercell > div {
  padding: 12px;
  height: 45px;
  text-align: center;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center; }
.supercell div.mod-first {
  border: 0;
  background: #fafafa; }
.supercell div.mod-highlight {
  font-weight: 700; }
.supercell div.mod-fade {
  color: #888; }

table.mod-team-maps td {
  vertical-align: top; }
table.mod-team-maps td.mod-supercell {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  background: #eee; }
table.mod-team-maps th.mod-mini, table.mod-team-maps td.mod-mini {
  width: 60px;
  min-width: 30px;
  padding: 0;
  text-align: center; }
table.mod-team-maps th.mod-pct {
  width: 80px;
  text-align: center; }
table.mod-team-maps th.mod-atk {
  color: #fff;
  text-align: center;
  position: relative; }
table.mod-team-maps th.mod-atk > div {
  background: #e25d5a;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
table.mod-team-maps th.mod-atk > div:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  background: #f7d4d4; }
table.mod-team-maps th.mod-def > div {
  background: #24b298;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
table.mod-team-maps th.mod-def > div:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  background: #88e7d5; }
table.mod-team-maps th.mod-def {
  background: #24b298;
  color: #fff;
  text-align: center;
  position: relative; }
table.mod-team-maps tr {
  border-top: 2px solid #aaa; }
table.mod-team-maps tr:first-child {
  border: 0; }
table.mod-team-maps tr:last-child, table.mod-team-maps tr:last-child td {
  border-bottom: 0; }
table.mod-team-maps tr.mod-toggle {
  display: none; }
table.mod-team-maps tr.mod-toggle.mod-show {
  display: table-row; }
table.mod-team-maps td:nth-child(5) {
  border-right: 2px solid #aaa; }
table.mod-team-maps th:nth-child(5) {
  border-right: 2px solid #888; }
table.mod-team-maps td:nth-child(7) {
  border-right: 2px solid #aaa; }
table.mod-team-maps th:nth-child(7) {
  border-right: 2px solid #888; }
table.mod-team-maps td:nth-child(10) {
  border-right: 2px solid #aaa; }
table.mod-team-maps th:nth-child(10) {
  border-right: 2px solid #717171; }
