/* src/css/main.css */
body {
  font-family:
    Verdana,
    Arial,
    Helvetica,
    sans-serif;
  background-color: #333333;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
td,
th {
  font-size: 10px;
}
button {
  all: unset;
}
#global-container {
  margin: 0 auto;
  max-width: 640px;
  min-width: 360px;
}
#header {
  height: 102px;
  margin: 1em auto;
  padding: 1em;
  background-color: #FFFFFF;
  border-radius: 1em;
}
#contents {
  margin: 1em auto;
  padding: 1em;
  background-color: #FFFFFF;
  border-radius: 1em;
}
#footer {
  margin-top: -0.8em;
  padding: 0 1em;
}
.note {
  margin: 1em auto;
  padding: 1em 3.5em 1em;
  background-color: #FFFFCC;
  background-image: url(img/date_add.png);
  background-position: 1em 50%;
  background-repeat: no-repeat;
  border-radius: 1em;
}
.click-to-copy {
  display: inline-block;
  cursor: copy;
  border-radius: 1em;
  padding: 0.3em 0.8em;
}
.click-to-copy:hover {
  background: #CCCCAA;
}
#logo {
  float: right;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#logo.worldcup-1930 {
  background-image: url(img/logo/wc/wc1930.webp);
}
#logo.worldcup-1934 {
  background-image: url(img/logo/wc/wc1934.webp);
}
#logo.worldcup-1938 {
  background-image: url(img/logo/wc/wc1938.webp);
}
#logo.worldcup-1950 {
  background-image: url(img/logo/wc/wc1950.webp);
}
#logo.worldcup-1954 {
  background-image: url(img/logo/wc/wc1954.webp);
}
#logo.worldcup-1958 {
  background-image: url(img/logo/wc/wc1958.webp);
}
#logo.worldcup-1962 {
  background-image: url(img/logo/wc/wc1962.webp);
}
#logo.worldcup-1966 {
  background-image: url(img/logo/wc/wc1966.webp);
}
#logo.worldcup-1970 {
  background-image: url(img/logo/wc/wc1970.webp);
}
#logo.worldcup-1974 {
  background-image: url(img/logo/wc/wc1974.webp);
}
#logo.worldcup-1978 {
  background-image: url(img/logo/wc/wc1978.webp);
}
#logo.worldcup-1982 {
  background-image: url(img/logo/wc/wc1982.webp);
}
#logo.worldcup-1986 {
  background-image: url(img/logo/wc/wc1986.webp);
}
#logo.worldcup-1990 {
  background-image: url(img/logo/wc/wc1990.webp);
}
#logo.worldcup-1994 {
  background-image: url(img/logo/wc/wc1994.webp);
}
#logo.worldcup-1998 {
  background-image: url(img/logo/wc/wc1998.webp);
}
#logo.worldcup-2002 {
  background-image: url(img/logo/wc/wc2002.webp);
}
#logo.worldcup-2006 {
  background-image: url(img/logo/wc/wc2006.webp);
}
#logo.worldcup-2010 {
  background-image: url(img/logo/wc/wc2010.webp);
}
#logo.worldcup-2014 {
  background-image: url(img/logo/wc/wc2014.webp);
}
#logo.worldcup-2018 {
  background-image: url(img/logo/wc/wc2018.webp);
}
#logo.worldcup-2022 {
  background-image: url(img/logo/wc/wc2022.webp);
}
#logo.euro-2008 {
  background-image: url(img/logo/euro/euro2008.png);
}
#logo.euro-2012 {
  background-image: url(img/logo/euro/euro2012.png);
}
#logo.euro-2016 {
  background-image: url(img/logo/euro/euro2016.png);
}
#logo.euro-2020 {
  background-image: url(img/logo/euro/euro2020.png);
}
#logo.euro-2024 {
  background-image: url(img/logo/euro/euro2024.png);
}
#logo.cwc-2025 {
  background-image: url(img/logo/cwc/cwc2025.svg);
}
#header h1 {
  margin-top: 0;
  margin-right: 100px;
  margin-bottom: 0.3em;
  padding: 0.2em 0.3em;
  background-color: #9C0000;
  color: #FFFFFF;
  font-size: 20px;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header #live {
  float: right;
  color: #FFF;
  background-color: #888888;
  border-radius: 4px;
  margin: 7px;
  padding: 3px 6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#header #live.active {
  background-color: #CC6600;
}
dl#menu {
  margin: 0 100px 0 0;
  padding: 0;
}
dl#menu dt {
  line-height: 21px;
  font-size: 140%;
  font-weight: bold;
  clear: left;
  float: left;
  width: 110px;
}
dl#menu dd {
  font-size: 110%;
  margin: 0;
  float: left;
}
dl#menu dd.right {
  float: right;
}
dl#menu dd a {
  display: block;
  padding: 0.4em 1.35em;
  text-decoration: none;
  color: black;
}
dl#menu dd a:hover {
  background: #999999;
  color: #FFFFFF;
}
dl#menu dd a.selected {
  background: #333333 url(img/l0.png) top left repeat-x;
  color: #FFFFFF;
}
dl#menu li ul li {
  display: inline;
}
dl#menu li ul li a {
  display: inline;
  padding: 0.2em 1em;
}
#footer {
  color: #888888;
}
#footer p {
  margin: 0;
}
#footer > p {
  float: left;
}
#footer a {
  color: #888888;
  text-decoration: none;
}
#footer a.discrete {
  color: #333333;
}
#footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#app-pwl {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #FFFFFF url(img/loader.gif) 1.5em 50% no-repeat;
  border: 1px outset #333333;
  border-radius: 3em;
  padding: 2em 4em;
  width: 15em;
  text-align: center;
}
#user-area {
  text-align: right;
}
#login-form fieldset {
  border: none;
  padding: 2px;
  margin: 0;
}
#login-form div {
  margin: 8px;
}
#login-form div.submit {
  text-align: right;
}
#login-form div.submit input {
  background-color: #EEEEEE;
  border: 1px outset #CCCCCC;
  color: #222222;
  padding: 1px 5px;
}
@media (max-width: 640px) {
  .media-L {
    display: none;
  }
  dl#menu dt + dd {
    clear: left;
  }
}
@media (max-width: 460px) {
  .media-ML {
    display: none;
  }
  dl#menu dd a {
    padding: 0.4em 1em;
  }
}

/* src/css/flags.css */
.flag {
  background-image: url(img/flags-spritesheet.png);
  background-position-x: left;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 14px;
  padding-left: 20px;
  white-space: nowrap;
}
.left .flag,
.flag.left {
  background-position-x: right;
  padding-left: 0;
  padding-right: 20px;
}
.flag-ALB {
  background-position-y: 2px;
}
.flag-ANG {
  background-position-y: -12px;
}
.flag-ARG {
  background-position-y: -26px;
}
.flag-AUT {
  background-position-y: -40px;
}
.flag-AUS {
  background-position-y: -54px;
}
.flag-BIH {
  background-position-y: -68px;
}
.flag-BEL {
  background-position-y: -82px;
}
.flag-BUL {
  background-position-y: -96px;
}
.flag-BRA {
  background-position-y: -110px;
}
.flag-CAN {
  background-position-y: -124px;
}
.flag-SUI {
  background-position-y: -138px;
}
.flag-CIV {
  background-position-y: -152px;
}
.flag-CHI {
  background-position-y: -166px;
}
.flag-CMR {
  background-position-y: -180px;
}
.flag-CHN {
  background-position-y: -194px;
}
.flag-COL {
  background-position-y: -208px;
}
.flag-CRC {
  background-position-y: -222px;
}
.flag-CZE {
  background-position-y: -236px;
}
.flag-GER {
  background-position-y: -250px;
}
.flag-DEN {
  background-position-y: -264px;
}
.flag-ALG {
  background-position-y: -278px;
}
.flag-ECU {
  background-position-y: -292px;
}
.flag-EGY {
  background-position-y: -306px;
}
.flag-ENG {
  background-position-y: -320px;
}
.flag-ESP {
  background-position-y: -334px;
}
.flag-EUR {
  background-position-y: -348px;
}
.flag-FIN {
  background-position-y: -362px;
}
.flag-FRA {
  background-position-y: -376px;
}
.flag-GEO {
  background-position-y: -390px;
}
.flag-GHA {
  background-position-y: -404px;
}
.flag-GRE {
  background-position-y: -418px;
}
.flag-HON {
  background-position-y: -432px;
}
.flag-CRO {
  background-position-y: -446px;
}
.flag-HUN {
  background-position-y: -460px;
}
.flag-IRL {
  background-position-y: -474px;
}
.flag-IRN {
  background-position-y: -488px;
}
.flag-ISL {
  background-position-y: -502px;
}
.flag-ITA {
  background-position-y: -516px;
}
.flag-JAM {
  background-position-y: -530px;
}
.flag-JPN {
  background-position-y: -544px;
}
.flag-PRK {
  background-position-y: -558px;
}
.flag-KOR {
  background-position-y: -572px;
}
.flag-MAR {
  background-position-y: -586px;
}
.flag-MKD {
  background-position-y: -600px;
}
.flag-MEX {
  background-position-y: -614px;
}
.flag-NGA {
  background-position-y: -628px;
}
.flag-NED {
  background-position-y: -642px;
}
.flag-NOR {
  background-position-y: -656px;
}
.flag-NIR {
  background-position-y: -670px;
}
.flag-NZL {
  background-position-y: -684px;
}
.flag-PAN {
  background-position-y: -698px;
}
.flag-PER {
  background-position-y: -712px;
}
.flag-POL {
  background-position-y: -726px;
}
.flag-POR {
  background-position-y: -740px;
}
.flag-PAR {
  background-position-y: -754px;
}
.flag-QAT {
  background-position-y: -768px;
}
.flag-ROU {
  background-position-y: -782px;
}
.flag-SRB {
  background-position-y: -796px;
}
.flag-RUS {
  background-position-y: -810px;
}
.flag-KSA {
  background-position-y: -824px;
}
.flag-SCO {
  background-position-y: -838px;
}
.flag-SWE {
  background-position-y: -852px;
}
.flag-SVN {
  background-position-y: -866px;
}
.flag-SVK {
  background-position-y: -880px;
}
.flag-SKJ {
  background-position-y: -894px;
}
.flag-SEN {
  background-position-y: -908px;
}
.flag-URS {
  background-position-y: -922px;
}
.flag-TOG {
  background-position-y: -936px;
}
.flag-TUN {
  background-position-y: -950px;
}
.flag-TUR {
  background-position-y: -964px;
}
.flag-TRI {
  background-position-y: -978px;
}
.flag-UKR {
  background-position-y: -992px;
}
.flag-USA {
  background-position-y: -1006px;
}
.flag-URU {
  background-position-y: -1020px;
}
.flag-WAL {
  background-position-y: -1034px;
}
.flag-YUG {
  background-position-y: -1048px;
}
.flag-RSA {
  background-position-y: -1062px;
}

/* src/css/clubs.css */
.club {
  background-image: url(img/clubs-spritesheet.png);
  background-position-x: left;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 18px;
  padding-left: 20px;
  white-space: nowrap;
}
.left .club,
.club.left {
  background-position-x: right;
  padding-left: 0;
  padding-right: 20px;
}
.club-AHL {
  background-position-y: 2px;
}
.club-AIN {
  background-position-y: -17px;
}
.club-AKL {
  background-position-y: -36px;
}
.club-ATM {
  background-position-y: -55px;
}
.club-BAY {
  background-position-y: -74px;
}
.club-BOC {
  background-position-y: -93px;
}
.club-BOT {
  background-position-y: -112px;
}
.club-BVB {
  background-position-y: -131px;
}
.club-CFM {
  background-position-y: -150px;
}
.club-CHE {
  background-position-y: -169px;
}
.club-EST {
  background-position-y: -188px;
}
.club-FLA {
  background-position-y: -207px;
}
.club-FLU {
  background-position-y: -226px;
}
.club-HIL {
  background-position-y: -245px;
}
.club-INT {
  background-position-y: -264px;
}
.club-JUV {
  background-position-y: -283px;
}
.club-LAF {
  background-position-y: -302px;
}
.club-MCI {
  background-position-y: -321px;
}
.club-MIA {
  background-position-y: -340px;
}
.club-MSU {
  background-position-y: -359px;
}
.club-PAC {
  background-position-y: -378px;
}
.club-POR {
  background-position-y: -397px;
}
.club-PSG {
  background-position-y: -416px;
}
.club-RIV {
  background-position-y: -435px;
}
.club-RMA {
  background-position-y: -454px;
}
.club-SAL {
  background-position-y: -473px;
}
.club-SEA {
  background-position-y: -492px;
}
.club-SEP {
  background-position-y: -511px;
}
.club-SLB {
  background-position-y: -530px;
}
.club-UHD {
  background-position-y: -549px;
}
.club-URD {
  background-position-y: -568px;
}
.club-WAC {
  background-position-y: -587px;
}

/* src/css/schedule.css */
.schedule {
  width: 100%;
  margin: auto;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.schedule thead th {
  padding: 0.5em 0;
  background-color: #9C0000;
  color: #FFFFFF;
}
.schedule thead th.left {
  text-align: left;
}
.schedule tbody th {
  padding: 3px;
  background: #333333 url(img/l0.png) top left repeat-x;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
.schedule td {
  padding: 0.3em 0.2em;
  border-bottom: 1px solid #ccc;
}
.schedule td a {
  color: #000000;
  text-decoration: none;
}
.schedule td a:hover {
  text-decoration: underline;
}
.schedule td img {
  vertical-align: bottom;
}
.schedule tr.subtitle {
  background-color: #F4F4F4;
  color: #9C0000;
}
.schedule td.time {
  width: 10%;
}
.schedule td.group {
  width: 15%;
  text-align: center;
}
.schedule td.score {
  width: 10%;
  text-align: center;
  white-space: nowrap;
}
.schedule td.team {
  width: 23%;
}
.schedule td.left {
  text-align: right;
}
.schedule td.channel {
  text-align: center;
  width: 45px;
}

/* src/css/ranking.css */
table.ranking {
  width: 100%;
  margin: 0 auto 2em;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
table.ranking tbody tr:nth-child(3) {
  border-bottom: 2px solid #119911;
}
table.ranking thead th {
  padding: 0.5em 0;
  background-color: #9C0000;
  color: #FFFFFF;
}
table.ranking tbody th {
  padding: 3px;
  background: #333333 url(img/l0.png) top left repeat-x;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table.ranking td {
  padding: 0.3em 0.2em;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.l0 {
  background-color: #EEEEEE;
}
.l1 {
  background-color: #FFFFFF;
}
.l0:hover,
.l1:hover {
  background-color: #EEEEAA;
}
tr.highlighted {
  background-color: #EEEEAA;
}
table.ranking td.team {
  text-align: left;
  width: 40%;
}
table.quickRanking {
  float: left;
  width: 160px;
  margin: 0.3em;
}
table.quickRanking td.team {
  width: auto;
}

/* src/css/board.css */
.page-board .board {
  position: relative;
  --offset-top: 0px;
}
.page-board .board.sizeH {
  height: 723px;
}
.page-board .board.sizeQ {
  height: 404px;
  --offset-top: -160px;
}
.page-board .match {
  position: absolute;
  width: 45%;
  border: 1px solid #CCCCCC;
  background-color: #F4F4F4;
  border-radius: 0 0 0.6em 0.6em;
}
.page-board .match h3 {
  margin: 0;
  padding: 1px 0;
  border-bottom: 1px solid #CCCCCC;
  background-repeat: repeat-x;
  text-align: center;
  font-size: 100%;
  color: #444444;
}
.page-board .match.round16 h3 {
  background-image: url(img/final-lime.png);
}
.page-board .match.quarter h3 {
  background-image: url(img/final-bronze.png);
}
.page-board .match.semi h3 {
  background-image: url(img/final-silver.png);
}
.page-board .match.final h3 {
  background-image: url(img/final-gold.png);
}
.page-board .match.third h3 {
  background-image: url(img/final-gold.png);
}
.page-board .match span.date {
  font-size: 85%;
}
.page-board .match .content {
  padding: 0.3em;
  text-align: center;
}
.page-board .match div.teams {
  margin-top: 0.4em;
  text-align: center;
  font-weight: bold;
}
.page-board .match div.teams .score {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}
.page-board .match span.flag,
.page-board .match span.club {
  width: calc(50% - 41px);
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.page-board .match span.flag.left,
.page-board .match span.club.left {
  text-align: right;
}
.page-board .match div.teams .pso {
  font-size: 85%;
}
.link {
  position: absolute;
  border: 1px solid #CCCCCC;
}
.link.highlighted {
  border-width: 3px;
  border-color: #666666;
}
#match-H2 {
  top: 80px;
}
#match-H5 {
  top: 0;
  right: 0;
}
#match-H6 {
  top: 80px;
  right: 0;
}
#match-H3 {
  top: 565px;
}
#match-H4 {
  top: 645px;
}
#match-H7 {
  top: 565px;
  right: 0;
}
#match-H8 {
  top: 645px;
  right: 0;
}
#match-Q1 {
  top: calc(160px + var(--offset-top));
}
#match-Q2 {
  top: calc(160px + var(--offset-top));
  right: 0;
}
#match-Q3 {
  top: calc(485px + var(--offset-top));
}
#match-Q4 {
  top: calc(485px + var(--offset-top));
  right: 0;
}
#match-S1 {
  top: calc(240px + var(--offset-top));
  left: 50%;
  transform: translate(-50%);
}
#match-S2 {
  top: calc(405px + var(--offset-top));
  left: 50%;
  transform: translate(-50%);
}
#match-T1 {
  top: calc(320px + var(--offset-top));
  left: 0;
}
#match-F1 {
  top: calc(320px + var(--offset-top));
  right: 0;
  border: 2px solid #333333;
}
#link-Q1 {
  top: 60px;
  left: 22.5%;
  width: 0;
  height: 100px;
  border-top: none;
  border-left: none;
}
#link-Q2 {
  top: 60px;
  right: 22.5%;
  width: 0;
  height: 100px;
  border-top: none;
  border-left: none;
}
#link-Q3 {
  top: 545px;
  left: 22.5%;
  width: 0;
  height: 100px;
  border-top: none;
  border-left: none;
}
#link-Q4 {
  top: 545px;
  right: 22.5%;
  width: 0;
  height: 100px;
  border-top: none;
  border-left: none;
}
#link-S1 {
  top: calc(220px + var(--offset-top));
  left: 22.5%;
  right: 22.5%;
  height: 40px;
  border-top: none;
}
#link-S2 {
  top: calc(455px + var(--offset-top));
  left: 22.5%;
  right: 22.5%;
  height: 40px;
  border-bottom: none;
}
#link-F1 {
  top: calc(285px + var(--offset-top));
  left: 72.5%;
  right: 22.5%;
  height: 145px;
  border-left: none;
}
#link-T1 {
  top: calc(285px + var(--offset-top));
  right: 72.5%;
  left: 22.5%;
  height: 145px;
  border-style: dashed;
  border-right: none;
}

/* src/css/history.css */
.schedule.history th {
  padding-left: 5px;
  text-align: left;
}

/* src/css/uic.css */
.uic-tooltip-container {
  position: absolute;
  top: 0;
  border: 1px solid #333333;
  background: #FFFFFF;
  padding: 0.5em;
}
.uic-dlg {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px outset #333333;
  border-radius: 10px;
}
.uic-dlg h5 {
  background-image: url(img/dialog-title.png);
  margin: 0;
  padding: 0.3em 0.6em 0.4em;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 120%;
  border-radius: 7px 7px 0 0;
}
.uic-dlg a.uic-dlg-close {
  margin-right: 7px;
  float: right;
  width: 41px;
  height: 15px;
  background: url(img/close.png) 0 0 no-repeat;
}
.uic-dlg a.uic-dlg-close:hover {
  background-image: url(img/close-hover.png);
}
.uic-dlg a.uic-dlg-close:active {
  background-image: url(img/close-active.png);
}
.uic-dlg-body {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px outset #333333;
  border-radius: 10px;
}
.uic-overlay {
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
}

/* src/css/liveMatch.css */
.live-match {
  margin: auto;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 0.6em;
  text-align: center;
  padding: 1em;
  width: 45%;
}
.live-match h3 {
  margin: 0 auto 0.7em;
  background: #CC6600;
  width: fit-content;
  border-radius: 0.5em;
  padding: 0.4em 3em;
  color: #FFF;
}

/* src/css/scoreEditor.css */
#score-editor {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  background-image: url(img/backEdit.png);
  border: 1px solid #999900;
  padding: 2px 7px;
  border-radius: 6px;
}
#score-editor .inputs {
  width: 40px;
  margin: 2px 0;
  border: 1px solid #999900;
  background: #FFFFFF;
  text-align: center;
}
#score-editor .inputs input {
  width: 1em;
  font-size: 10px;
  padding: 0;
  border: none;
  background: #FFFFFF;
}
#score-editor.small .scorePK {
  display: none;
}
#score-editor-ok {
  display: block;
  float: right;
  width: 16px;
  height: 9px;
  background: url(img/small-accept.png) 0 0 no-repeat;
}
#score-editor-cancel {
  display: block;
  width: 16px;
  height: 9px;
  background: url(img/small-cross.png) 0 0 no-repeat;
}

/* src/templates/login/login.css */
.page-login fieldset,
.page-register fieldset {
  border: 1px solid #AAAAAA;
  padding: 10px;
  margin: 0 auto;
}
.page-login fieldset {
  width: 283px;
}
.page-login fieldset input[type=text],
.page-login fieldset input[type=password] {
  width: 131px;
}
.page-register fieldset input[type=text],
.page-register fieldset input[type=password] {
  margin-bottom: 5px;
  width: 138px;
}
.page-login p,
.page-register p {
  margin: 0 0 10px;
}
.page-login div.submit,
.page-register div.submit {
  margin-top: 10px;
  text-align: right;
}
.page-login div.submit a,
.page-register div.submit a {
  float: left;
  margin-top: 5px;
}
.page-login div.submit input,
.page-register div.submit input {
  background-color: #EEEEEE;
  border: 1px outset #CCCCCC;
  color: #222222;
  padding: 1px 5px;
}
.page-login input.error,
.page-register input.error {
  outline: 2px solid #9C0000;
}
#social-signin {
  margin-bottom: 1em;
}
#social-signin .signin-google {
  background: url(img/signin/Red-signin_Long_base_44dp.png) 0 0 no-repeat;
  display: block;
  width: 246px;
  height: 54px;
  margin: -1px auto;
}
#social-signin .signin-google:hover {
  background-image: url(img/signin/Red-signin_Long_hover_44dp.png);
}
#social-signin .signin-google:active {
  background-image: url(img/signin/Red-signin_Long_press_44dp.png);
}
#social-signin .signin-google.waiting {
  background: url(img/loader.gif) center center no-repeat;
}
@media (min-width: 641px) {
  #social-signin {
    float: right;
  }
}
@media (max-width: 640px) {
  .page-register fieldset {
    width: 296px;
  }
}

/* src/templates/bet/bet.css */
.page-bet h2 {
  padding: 0.2em;
  background-color: #9C0000;
  color: #FFFFFF;
}
.page-bet h2:first-child {
  margin-top: 0;
}
.page-bet td.selected {
  background:
    linear-gradient(
      to bottom,
      #3F3 0px,
      #3C3 10%,
      #3C3 90%,
      #393 100%);
}
.page-bet table.winnerCandidates {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
.page-bet table.winnerCandidates th {
  padding: 3px;
  background: #333333 url(img/l0.png) top left repeat-x;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.page-bet table.winnerCandidates td {
  padding: 0.2em 0.5em;
  width: 21%;
  border: 1px solid silver;
}
.page-bet table.winnerCandidates.selectable td {
  cursor: pointer;
}
.page-bet table.winnerCandidates.selectable td:hover {
  background-color: #33CC33;
  border-color: green;
}
.badge {
  background:
    radial-gradient(
      circle at 5px -8px,
      white 8%,
      #9C0000 19px);
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  box-shadow: 1px 1px 1px #000;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  height: 13px;
  min-width: 8px;
  padding: 0 3px;
  cursor: pointer;
  position: absolute;
  right: -3px;
  text-align: center;
  top: -5px;
}
.page-bet table.friendsBets {
  border-collapse: collapse;
  margin: auto;
  width: 75%;
}
.page-bet table.friendsBets td {
  padding: 1px 2px;
}
.page-bet .matchBet .selectable {
  cursor: pointer;
}
.page-bet .matchBet .selectable:hover {
  background: #33CC33;
}
.page-bet .matchBet .team {
  position: relative;
}
.page-bet .matchBet .team .badge {
  left: -14px;
  right: auto;
  top: -7px;
}
.page-bet .matchBet .team.left .badge {
  left: auto;
  right: -14px;
}
.page-bet table.leaderboard {
  border-collapse: collapse;
  margin: auto;
  width: 50%;
}
.page-bet table.leaderboard td {
  padding: 1px 2px;
  text-align: center;
}
.page-bet table.leaderboard td:first-child {
  text-align: left;
}

/* src/app.css */
/*# sourceMappingURL=app-DZL7JETX.css.map */
