.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;
  font-size: 30px;
  height: 60px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

.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;
  height: 240px;
  margin: 0 auto;
  position: relative;
  width: 345px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  background-size: 100% 100%;
}

#ticket_image_prizes {
  background-repeat: no-repeat;
  height: 238px;
  margin: 0 auto;
  position: relative;
  width: 345px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  background-size: 100% 100%;
}

.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;
}

.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);
}

.winning-number-entry.wne-label {
  width: 120px;
}

/* Prize table highlight for winning rows - darken non-winners */
#prize-copy-pb.show-winner .table-global tbody tr td {
  position: relative;
  border-color: #004028;
}

#prize-copy-pb.show-winner .table-global tbody tr td::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#prize-copy-pb.show-winner .table-global tbody tr.highlight td {
  border-color: #008051;
}

#prize-copy-pb.show-winner .table-global tbody tr.highlight td::after {
  display: none;
}

.button, .button-small {
  margin-top: 6px;
  text-align: center;
  vertical-align: top;
  margin-left: 0px;
  border: 0;
  background: #008051;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: .75rem;
  text-transform: none;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: 0px -2px 0px 0px #003811 inset;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
}

.table-global {
  color: #333;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  border: 1px solid #008051;
  background: #008051;
}

@media (min-width: 769px) {
  .table-global {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}

thead {
  color: #fff;
}

th, td {
  padding: 10px 5px;
  box-sizing: border-box;
}

@media (min-width: 375px) {
  th, td {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

@media (min-width: 769px) {
  th, td {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}

@media (min-width: 1023px) {
  th, td {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
}

@media (min-width: 1024px) {
  .top-prizes {
    width: 11rem;
  }

  .remaining {
    width: 9rem;
  }

  .on-sale {
    width: 6rem;
  }

  .end-sale {
    width: 6.6875rem;
  }
}

th {
  text-align: left;
  background-color: #008051;
}

td {
  line-height: 1.2;
  border-right: 1px solid #008051;
  border-bottom: 1px solid #008051;
}

a {
  color: #008051;
  font-weight: normal;
}

.sorting .title, .sorting_asc .title, .sorting_desc .title {
  position: relative;
  top: 0px !important;
}

tbody {
  background: #f7f7f7;
}

tr:nth-child(even) {
  background: #cdecc1;
}

tr:nth-child(odd) {
  background: fff;
}

.tab-button {
    color: black !important;
}
