.number-entry-contain {
  background-color: #fff6b0;
  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: 36px;
  font-weight: bold;
  margin: 0 14px;
  text-align: center;
  padding: 8px 0 8px 9px;
  border: hidden;
  width: 62px;
}

.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;
  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: 90px;
  padding: 8px 0px 8px 15px;
  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 24px;
  text-align: center;
  height: 60px;
  padding-top: 6px;
}

#ticket_image {
  background-repeat: no-repeat;
  border: 3px solid #d7d4d4;
  height: 189px;
  margin: 0 auto;
  position: relative;
  width: 276px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

#ticket_image_prizes {
  background-repeat: no-repeat;
  border: 3px solid #d7d4d4;
  height: 189px;
  margin: 0 auto;
  position: relative;
  width: 276px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

.winning-number-entry-contain {
  background-color: #008051;
  border-radius: 12px;
  height: 44px;
  padding: 22px 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: 22px 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: 10px;
  font-weight: bold;
  height: 44px;
  line-height: normal;
  margin: 0 18px;
  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: 36px;
  font-weight: bold;
  height: 44px;
  line-height: normal;
  margin: 0 18px;
  text-align: center;
  width: 45px;
}

.mozilla.mac .winning-number-entry, .mozilla.mac .winning-number-entry-prizes {
  padding-top: 6px;
}

.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);
}
