body {
  background: url('../images/poker_bg.png');
  background-repeat: repeat; 
  margin: 0px;
  padding: 0px;
  color: white;
  font-family: 'Anton', sans-serif;
}

.container {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 0;
}

.base_area {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  z-index: 1;
}

.logo_area {
  height: 75%;
  width: 42.1875%;
  top: 5%;
  left: 2.8125%;
  background-image: url(../logo/cerveza.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50vh 50vh;
}

.clock_area {
  height: 90%;
  width: 49.375%;
  top: 5%;
  left: 47.8125%;
}
.clock_area .round {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0%;
  top: 4vh;
  font-size: 5vw;
}
.clock_area .timeleft_caption {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0%;
  top: 21.5vh;
  font-size: 2vw;
  color: #888888;
}
.clock_area .timeleft {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0%;
  top: 22vh;
  font-size: 10vw;
}
.clock_area .blinds_caption {
  position: absolute;
  text-align: center;
  width: 50%;
  left: 0%;
  top: 51.5vh;
  font-size: 2vw;
  color: #888888;
}
.clock_area .ante_caption {
  position: absolute;
  text-align: center;
  width: 30%;
  left: 42%;
  top: 51.5vh;
  font-size: 2vw;
  color: #888888;
}
.clock_area .buyin_caption {
  position: absolute;
  text-align: center;
  width: 30%;
  left: 68%;
  top: 51.5vh;
  font-size: 2vw;
  color: #888888;
}
.clock_area .blinds {
  position: absolute;
  text-align: center;
  width: 50%;
  left: 0%;
  top: 55vh;
  font-size: 5vw;
}
.clock_area .ante {
  position: absolute;
  text-align: center;
  width: 30%;
  left: 42%;
  top: 55vh;
  font-size: 5vw;
}
.clock_area .buyin {
  position: absolute;
  text-align: center;
  width: 30%;
  left: 68%;
  top: 55vh;
  font-size: 5vw;
}
.clock_area .timebar {
  position: absolute;
  width: 80%;
  height: 0.5vw;
  left: 10%;
  top: 73vh;
  background-color: rgba(255,255,255,0.2);
}
.clock_area .timebar .timebar_current {
  width: 50%;
  height: 100%;
  background-color: rgba(255,255,255,1.0);
}

.clock_area .next_time_caption {
  position: absolute;
  text-align: center;
  width: 20%;
  left: 40%;
  top: 78vh;
  font-size: 1vw;
  color: #888888;
}
.clock_area .next_blinds_caption {
  position: absolute;
  text-align: center;
  width: 25%;
  left: 60%;
  top: 78vh;
  font-size: 1vw;
  color: #888888;
}
.clock_area .next_ante_caption {
  position: absolute;
  text-align: center;
  width: 15%;
  left: 85%;
  top: 78vh;
  font-size: 1vw;
  color: #888888;
}
.clock_area .next {
  position: absolute;
  text-align: center;
  width: 20%;
  left: 0%;
  top: 81vh;
  font-size: 2vw;
  color: #888888;
}
.clock_area .next_round {
  position: absolute;
  text-align: center;
  width: 20%;
  left: 20%;
  top: 81vh;
  font-size: 2vw;
}
.clock_area .next_time {
  position: absolute;
  text-align: center;
  width: 20%;
  left: 40%;
  top: 81vh;
  font-size: 2vw;
}
.clock_area .next_blinds {
  position: absolute;
  text-align: center;
  width: 25%;
  left: 60%;
  top: 81vh;
  font-size: 2vw;
}
.clock_area .next_ante {
  position: absolute;
  text-align: center;
  width: 15%;
  left: 85%;
  top: 81vh;
  font-size: 2vw;
}


.controls_area {
  height: 10%;
  width: 42.1875%;
  top: 85%;
  left: 2.8125%;
  font-size: 8vh;
  text-align: center;
}

.controls_area a {
  text-decoration: none;
  color: white;
  transition: all 0.2s linear;
}
.controls_area a:hover {
  text-decoration: none;
  color: #888888;
}

.controls_area .material-icons {
  font-size: 10vh;
}

.controls_area .pause {
  position: absolute;
  top: 0.2vh;
  left: 14vw;
}
.controls_area .play {
  position: absolute;
  top: 0.2vh;
  left: 14vw;
}
.controls_area .skip {
  position: absolute;
  top: 0.2vh;
  left: 22vw;
}
.controls_area .stop {
  position: absolute;
  top: 0.2vh;
  left: 6vw;
}
.controls_area .settings {
  position: absolute;
  top: 0.2vh;
  left: 30vw;
}


.settings_area {
  position: absolute;
  height: 90%;
  width: 49.375%;
  top: 5%;
  left: 47.8125%;
  background-color: rgba(0,0,0,0.9);
  z-index: 100;
  overflow: auto;
}
.settings_container1 {
  padding: 5vh;
}
.settings_container2 {
  height: 100%;
  font-size: 0.5vh;
}
.sm_heading {
  font-size: 3vh;
}
.bg_heading {
  font-size: 5vh;
}
.settings_logo {
  width: 6vh;
  height: 6vh;
  border: 0px;
}
.rounds_tab {
  width: 100%;
}
.rounds_tab td {
  font-size: 2vh;
}
.rounds_tab input {
  background-color: rgba(0,0,0,0.8);
  font-size: 2vh;
  border: 1px solid rgba(255,255,255,0.8);
  color: white;
}
.rounds_time {
  width: 6vh;
}
.rounds_blind {
  width: 6vh;
}
.rounds_buyin {
  width: 6vh;
}

.button {
  background-color: rgba(0,0,0,0.8);
  font-size: 1.5vh;
  border: 1px solid rgba(255,255,255,0.8);
  color: rgba(255,255,255,1.0);
  border-radius: 1vh;
  cursor: pointer;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  padding-left: 2vh;
  padding-right: 2vh;
  transition: all 0.2s linear;
  text-decoration: none;
}
.button:hover {
  border: 1px solid rgba(212,212,212,0.8);
  color: rgba(212,212,212,1.0);
}
.button:active {
  border: 1px solid rgba(128,128,128,0.8);
  color: rgba(128,128,128,1.0);
}
.input_2letter {
  width: 3vh;
}
.input_4letter {
  width: 5vh;
}
.gen_tab {
  width: 100%;
}
.gen_tab td {
  font-size: 1.5vh;
}
.gen_tab input {
  background-color: rgba(0,0,0,0.8);
  font-size: 1.5vh;
  border: 1px solid rgba(255,255,255,0.8);
  color: white;
}
