.number-entry-contain {
  background-color: #fff6b0;
  overflow: hidden;
  border-radius: 12px;
  padding: 22px 10px;
  text-align: center;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.75);
}

.number-entry {
  background: url(../img/ui/display-bg.png);
  background-repeat: no-repeat;
  color: #333;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 6px;
  min-height: 62px;
  text-align: center;
  padding: 8px 0 8px 9px;
  border: hidden;
  width: 64px;
}

.webkit.mac #enternumbers .number-entry {
  background: none;
  padding: 12px 0 10px 9px;
  text-align: left;
}

.ios .number-entry {
  background: url(../img/ui/select-bg.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  width: 69px;
  margin: 0 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

.android .number-entry {
  background: url(../img/ui/select-bg.png);
  background-repeat: no-repeat;
  width: 75px;
  padding: 8px 0px 8px 15px;
  margin: 0 0 0 0;
  font-size: 30px;
  height: 60px;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.number-display {
  width: 45px;
  background: url(../img/ui/display-bg.png);
  background-repeat: no-repeat;
  color: #333;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  margin: 0 17px;
  text-align: center;
  height: 60px;
  padding-top: 6px;
}

.webkit.mac .number-entry {
  background: none;
  font-size: 28px;
  margin: 0 2px;
  width: auto !important;
}

.double-digits {
  padding-left: 5px !important;
}

#ticket_image {
  background-repeat: no-repeat;
  border: 3px solid #d7d4d4;
  height: 240;
  margin: 0 auto;
  position: relative;
  width: 345px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

#ticket_image_prizes {
  background-repeat: no-repeat;
  border: 3px solid #d7d4d4;
  height: 238px;
  margin: 0 auto;
  position: relative;
  width: 345px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

.winning-number-entry-contain {
  background-color: #008051;
  border-radius: 12px;
  padding: 14px 10px 0 10px;
  text-align: center;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.75);
}

.winning-number-entry-contain-prizes {
  background-color: #008051;
  border-radius: 12px;
  height: 44px;
  padding: 14px 10px 72px 10px;
  text-align: center;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.75);
}

.winning-number-entry {
  background: url(../img/ui/bg-winning-number.png) 1px 0 no-repeat;
  color: #333;
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 0px 14px 16px 14px;
  opacity: 0;
  text-align: center;
  width: 45px;
}

.winning-number-entry-pb {
  background: url(../img/ui/bg-winning-number-pb.png) 1px 0 no-repeat;
  color: #333;
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  height: 44px;
  line-height: 45px;
  margin: 0px 14px 16px 14px;
  opacity: 0;
  text-align: center;
  width: 45px;
}

.winning-number-entry-prizes {
  background: url(../img/ui/bg-winning-number.png) 1px 0 no-repeat;
  color: #333;
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  margin: 0px 14px 16px 14px;
  text-align: center;
  width: 45px;
}

.doubleplay-winning-number {
  background-image: none;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}

.winning-number-entry-prizes-pb {
  background: url(../img/ui/bg-winning-number-pb.png) 0 0 no-repeat;
  color: #333;
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  height: 44px;
  line-height: 45px;
  margin: 0 14px;
  text-align: center;
  width: 44px;
}

.mozilla.mac .winning-number-entry, .mozilla.mac .winning-number-entry-prizes, .winning-number-entry-prizes-pb {
  padding-top: 2px;
}

.slide {
  margin-bottom: 20px;
}

.slide .slide-toggle {
  background: url(../img/ui/btn-plus.png) 0 2px no-repeat;

  display: block;
  font-weight: bold;
  outline: 0;
  padding: 0 0 0 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.slide .slide-toggle-on {
  background: url(../img/ui/btn-minus.png) 0 2px no-repeat;
}

.slide .slide-content {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

.header-logo {
  background-color: #f3f0ef;
}
.buy-online {
  display: block;
  background-color: #222;
  padding: 20px 0;
}
.buy-online img {
  width: 50%;
  margin: 0 20px;
}
.buy-online-button {
  background-color: #db270b;
  border-radius: .1875rem;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: .5rem .7375rem;
  transition: all .15s linear;
  width: 100px;
  text-align: center;
  display: inline-block;
}
