.TypeGamesModule > table.Type > thead > tr > td {
  font-size: 3em;
  background: no-repeat right 0 black;
  background-size: auto 100%;
  padding: 0.25em;
}
.TypeGamesModule > table.Type > thead > tr > td .GameName {
  display: none;
  font-family: "Lato Black", "Lato", sans-serif;
  color: White;
  text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5);
}
.TypeGamesModule > table.Type > thead > tr > td .Logo {
  background: no-repeat center center;
  display: inline-block;
  width: 100%;
  max-width: 6em;
  height: 4em;
  vertical-align: middle;
  margin-left: 10%;
  position: relative;
}
.TypeGamesModule > table.Type.data {
  margin-top: 13em;
}
.TypeGamesModule > table.Type.data > thead > tr > td {
  padding: 0.5em 1.5em 2em;
  left: 0;
  right: 0;
  margin-top: -5em;
  z-index: -1;
  position: absolute;
}
.TypeGamesModule > table.Type.data > tbody > tr > td span.mobile {
  display: none;
}
.TypeGamesModule > table.Type.data > tbody > tr > td[colspan='100%'] {
  font-weight: bold;
}
.TypeGamesModule > table.Type.data > tbody > tr > td.OverallPrize,
.TypeGamesModule > table.Type.data > tbody > tr > td.LeaguePrizeCount,
.TypeGamesModule > table.Type.data > tbody > tr > td.TopLeaguePrize,
.TypeGamesModule > table.Type.data > tbody > tr > td.TeamCount,
.TypeGamesModule > table.Type.data > tbody > tr > td.Cost,
.TypeGamesModule > table.Type.data > tbody > tr > td:nth-child(n+2) {
  text-align: right;
}
.TypeGamesModule > table.Type.Cards {
  width: 100%;
}
.TypeGamesModule > table.Type.Cards > tbody {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 1em 0 6em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr {
  display: block;
  flex: 1;
  background: White;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  padding: 0.5em;
  box-sizing: border-box;
  margin: 1em;
  text-align: center;
  max-width: 24em;
  min-width: 17em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td {
  display: block;
  padding: 1em 1em 0;
  font-weight: 300;
  font-family: "Lato Light", "Lato", sans-serif;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td:first-child {
  font-size: 1.5em;
  color: white;
  background: var(--primary-color);
  padding-bottom: 0.8em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td:first-child a {
  color: inherit;
  text-decoration: inherit;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.OverallPrize,
.TypeGamesModule > table.Type.Cards > tbody > tr > td.LeaguePrizeCount,
.TypeGamesModule > table.Type.Cards > tbody > tr > td.TeamCount {
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 1em;
  max-width: 11em;
  margin: auto;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td:last-child {
  padding: 2em 0 1.5em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.OverallPrize > span {
  font-family: "Lato Black", "Lato", sans-serif;
  display: block;
  font-size: 2em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.LeaguePrizeCount > span,
.TypeGamesModule > table.Type.Cards > tbody > tr > td.TopLeaguePrize > span {
  font-family: "Lato Black", "Lato", sans-serif;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.LeaguePrizeCount > span:after {
  content: " ";
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.TeamCount > span {
  display: block;
  font-size: 1.5em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.Cost > div {
  background: var(--red);
  color: White;
  padding-top: 2.15em;
  padding-bottom: 1.6em;
  width: 7.1em;
  margin: 0.5em auto;
  border-radius: 100%;
  height: 3.1em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.Cost > div > span:first-child {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 400;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.Cost > div > span:first-child > span {
  font-size: 0.7em;
}
.TypeGamesModule > table.Type.Cards > tbody > tr > td.Cost > div > span:nth-child(2) {
  font-size: 0.8em;
}
table.gametypetile > thead > tr > td:first-child {
  text-align: left;
}
table.gametypetile > thead > tr > td:nth-child(2),
table.gametypetile > thead > tr > td:nth-child(3) {
  text-align: right;
}
table.gametypetile > tbody > tr > td:first-child {
  text-align: left;
}
table.gametypetile > tbody > tr > td:nth-child(2),
table.gametypetile > tbody > tr > td:nth-child(3) {
  text-align: right;
}
/*# sourceMappingURL=style.page.css.map */