*, *:after, *:before {
  box-sizing: border-box;
}


/* BebasNeue */
* {
  font-family: 'BebasNeue', Arial;
}

#preload {
  display: none;
}

#lottery-container {
  background-image: url('images/background2.png');
  /*background-image: url('images/2017DraftLottoSim.png');*/
  width: 753px;
  height: 1000px;
  padding: .5em;
}

#lottery-container:after, #col-picks:after {
  content: "";
  display: table;
  clear: both;
}

#column {
  text-align: center;
  position: relative;
  top: 94px;
  left: -25px;
  font-family: 'BebasNeue', Arial;
}

#picks {
  position: relative;
  top: 36px;
  left: 24px;
}

.pick {
  margin-top: 0px;
  margin-bottom: 5px;
}
.number {
  margin-top: 0px;
  margin-bottom: 0px;
}
.digit {
  margin: 0px 10px 0px 0px;
}
.pickimg {
  position: relative;
  top: 0px;
}


#lottery-button {
  background: none;
  border: none;
  padding: 0;
  margin-left: 60px;

}


.number>img {
  display: inline;
}


#lottery-splash {
  display: none;
  text-align: center;
  max-width: 680px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  min-height: 760px;
  padding-top: 25%;
  background-color: #0f0f0f;
  border: 2px solid white;
  position: relative;
  top: 20px;
  left: 52px;

}
#lottery-splash>img {
  margin-bottom: 1em;
}

#lottery-splash>p{
  margin-top: 0px;
}

#watch {
  background-color: #edb323;
  font-size: 2em;
  padding: .2em .2em 0 .2em;
}

#show {
  color: white;
  font-size: 2.5em;
}

#time {
  color: #D3D3D3;
  margin-top: 0;
  font-size: 2em;
}

/*@media only screen and (min-width: 1280) {
  .number {
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  #col-1, #col-picks {
    width: 50%;
  }
  #col-2, #col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 504px) {
  #col-1, #col-picks {
    width: 100%;
  }
}*/
