.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;
}

.android .number-entry {
  background: url(../img/ui/select-bg.png);
  background-repeat: no-repeat;
  width: 75px;
  padding: 8px 19px 8px 0;
  margin: 0 0 0 0;
  font-size: 30px;
  height: 60px;
}

.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: 0px !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 8px 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;
    margin-top: 8px;
  }

.header-logo {
  background-color: #D7D4D4 !important;
}

.mainlogo {
  width: 143px;
  margin: 0 auto;
  padding: 16px 0;
  border: 0 !important;
  box-shadow: none !important;
}

div.row p {
    font-size: 16px;
    line-height: 1.4;
}

ul {
    margin-top: 20px !important;
}

#wonlost .callout-xlarge {
    line-height: 1;
    text-transform: none;
}

#wonlost p {
    margin-top: 16px;
}

.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;
}

.quick-pick-btn {
    line-height: 1.4;
}

#picknumbers p {
    margin: 1rem 0 2rem;
}

.tab-button {
  box-shadow: 0px 3px 0px rgba(50, 50, 50, 0.75);
  text-shadow: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: -1px 0px 2px 0;
  font-size: 14px;
  padding: 12px 18px;
}

select {
  border-radius: 4px;
  border: 1px solid gray;
  padding: 10px 10px 10px 10px;
  min-width: 100px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* ==========================================================================
   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;
}

/* Cash Pop specific styles */
.pop-number-circle {
  background: #fff;
  border: 4px solid #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #000;
  margin: 10px auto;
}

#winning-number-display, #winning-number-prizes-display {
  text-align: center;
  margin: 30px 0;
  background: #008051;
  border-radius: 16px;
}

.winning-pop-number {
  background: #fff;
  border: 2px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #000;
  margin: 10px auto;
}

/* Ticket number styles */
.ticket-number-large {
  background: #fff;
  border: 5px solid #000;
  box-shadow: 0 0 0 5px #fff, 0 0 0 8px #000;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 10px auto;
  padding: 10px;
}

.ticket-number-large .number {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.ticket-number-large .prize {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

.ticket-number-small {
  background: #fff;
  border: 3px solid #000;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #000;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 auto;
  padding: 3px;
}

.ticket-number-small .number {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.ticket-number-small .prize {
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
}


.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;
}
