.jackpotText {
  font-size: 20px;
  color: #ff0000;
}

span.link {
  cursor: pointer;
}

.playSlipWrapper {
  padding: 10px;
  position: relative;
  display: none;
  border: 1px solid #000;
}

.drawJackpot p {
  color: #304c9c;
  margin-top: 0px;
}

.drawJackpot p.jackpotText {
  color: #f00;
  font-size: 20px;
}

.drawJackpot p.small {
  font-size: 10px;
}

.drawWrapper {
  width: 60%;
}

.playSlipWrapper .inputBlock {
  margin: 5px 0 5px 10px;
}

.drawWrapper .drawLinks {
  margin: 0px;
  padding: 3px;
  width: 100%;
}

.playSlipWrapper .panelgroup {
  width: 30%;
  float: left;
}

.drawWrapper .drawLinks a {
  width: 49%;
  text-align: center;
}

.drawNumbers input {
  font-size: 16px;
  text-align: center;
  padding: 2px;
  margin: 0px -3px;
  border: 1px solid #000;
}

.drawNumber input.error {
  border: 1px solid #000;
}

.drawPoolTab {
  width: 100%;
  padding: 10px;
  margin-top: 3px;
  height: 270px;
  background-color: #fff;
  border: 1px solid #808080;
}

.drawPoolTabs .contentTab li {
  display: inline-block;
  width: 30%;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  margin: 0px 0px -4px 0px;
  border: 1px solid #000;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.drawPoolTabs .contentTab li.current {
  background-color: #fff;
  color: #000;
}

.drawPoolInfo p.drawInfoText {
  position: relative;
  top: 10px;
}

.drawPoolVertical {
  width: 40px;
  clear: none;
  border: none;
  padding: 0px;
  margin: 2px;
}

.drawButton {
  width: 40px;
  margin: 0px -2px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #000;
}

.drawButton:active {
  background-color: #ccc;
}

.drawPool input.drawButton.picked {
  color: #fff;
  background-color: #2c4a9d;
}

#drawNav {
  margin: 5px 0 -4px 5px;
}

#drawNav select {
  width: 98%;
  margin: 10px 0px;
}

#drawNav ul.gameTabs {
  margin: 0px;
  padding: 0px;
}

#drawNav ul.gameTabs li {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  background: -moz-linear-gradient(top,  #ffffff 90%, #e0e4e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#e0e4e7));
  background: -webkit-linear-gradient(top,  #ffffff 90%,#e0e4e7 100%);
  background: -o-linear-gradient(top,  #ffffff 90%,#e0e4e7 100%);
  background: -ms-linear-gradient(top,  #ffffff 90%,#e0e4e7 100%);
  background: linear-gradient(to bottom,  #ffffff 90%,#e0e4e7 100%);
}

#drawNav ul.gameTabs li.active {
  background: none;
  background-color: #fff;
}

#drawNav ul.gameTabs li {
  background-color: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style-type: none;
  padding: 5px;
  margin: 0px 0px 1px 0px;
}

#drawNav ul.gameTabs li.active {
  position: relative;
  z-index: 100;
  border: 1px solid #000;
  border-bottom: none;
  padding-bottom: 7px;
  margin-bottom: -1px;
}

.playSlipWrapper ul.contentTab {
  margin: 0 0 0 7px;
}

.drawOptions {
  width: 30%;
  margin-right: 0px;
}

.drawOptions .inputBlock {
  margin: 10px 0;
}

.drawOptions input,
.drawOptions select {
  width: 100%;
}

.drawOptions fieldset {
  width: 100%;
  border: 1px solid #ea2e3a;
  margin-bottom: 10px;
  padding: 5px;
}

form[name="daily3"] .drawOptions fieldset {
  border: 1px solid black;
}

.drawJackpot p.variousCashPrizes {
  width: 120px;
  margin: 20px 40px 0 0;
}

.drawJackpot .jackpotDescription {
  width: 175px;
  margin-right: 1em;
}

.drawJackpot .jackpotDescription p  {
  color: #000;
  font-size: 0.75em;
}
.drawOptions fieldset legend {
  color: #ea2e3a;
  font-weight: bold;
}

.drawBetBox {
  width: 200px;
}

.drawBetBox fieldset {
  padding: 5px;
}

.inputBlock input.addToCart {
  position: absolute;
  bottom: 80px;
  right: 10px;
}

.promotionInputBlock {
  position: absolute;
  bottom: 10px;
  right: 10px;
  min-width: 280px;
}

.promotionInputBlock input {
  display: inline-block;
}

.promotionInputBlock input.button {
  width: 91px;
  height: 24px;
}

.drawWrapper .drawLinks {
  margin: 0px;
  padding: 3px;
}

/* cart v2+ changes */
#cartSubmitButton {
  left:0;
  position: relative;
  top:0;
  display: block;
  margin: 0 auto;
  width:170px;
}

.centerSlip {
  margin: 0 auto;
  width: 68%;
}

.centerSlip .inputBlock.picks {
  margin: 0 0 20px 0;
}

#totalTable {
  width: 70%;
  margin: 20px auto;
}

#totalTable td {
  padding: 3px;
}

#totalCostInput {
  border: none;
  box-shadow: none;
  text-align: left;
  margin: 0px;
  padding: 0;
}

#ticketPaginate {
  width: 100%;
  margin: 10px auto;
  position: relative;
}

#ticketPaginate a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  line-height: 25px;
}

#ticketPaginate a:hover {
  cursor: pointer;
}

.ticketNext {
  position: absolute;
  right:0;
  top:0;
  background: transparent url('/d/i/arrow_right.gif') top right no-repeat;
  padding-right: 26px;
  background-size: contain;
}

.ticketPrev {
  position: absolute;
  left:0;
  top:0;
  background: transparent url('/d/i/arrow_left.gif') top left no-repeat;
  padding-left: 26px;
  background-size: contain;
}

.ticketPosition {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.drawPool {
  margin-bottom: 10px;
}

.CenterText {
  text-align: center;
}

#cartSummary {
  width: 60%;
  margin: 20px auto 0 auto;
}

.page-subscriptions #cartSummary table {
  width: 265px;
  margin: 0 auto;
}

.page-subscriptions #cartSummary table td input[type="text"]{
  border: 0;
  margin: 0;
  box-shadow: none;
  width: 130px;
  text-align: right;
  font: bold 20px/1.2em monospace;
}

.page-subscriptions #cartSummary table .title{
  font-size: 18px;
  text-align: left;
}

#cartSummary table .totals{
  font-size: 18px;
  text-align: right;
  padding: 4px 0;
  font-weight: bold;
}

#cartSummary .amount{
  width: 45%;
  padding: 0 10px;
}

#promoCodeHolder {
  width: 270px;
  margin: 0 auto;
}

#promoCodeLabel {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

#promoCodeButton {
  margin: 0px 0px 0px 10px;
}

.divivderLine {
  height: 3px;
  border-top: 1px solid #dbdbdb;
  width: 100%;
  margin: 20px auto;
  clear: both;
}

#disclaimerBox {
  width: 85%;
  margin: 0 auto;
}

#continueShopping {
  clear: both;
  font-size: 10px;
  display: block;
  margin-bottom: 10px;
}

#fundsWarning {
  background-color: #ff0000;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#fundsWarning a {
  color: #ffffff;
  display: block;
}

#drawCartTable .promotionItem td{
  position: relative;
  padding-top: 25px;
}

.promotionMessage {
  position: absolute;
  width: 500px;
  top: 4px;
  left: 4px;
  color: #ff0000;
  text-align: left;
  font-weight: bold;
}

#drawCartTable .promotionItemPoints td {
  padding: 10px 0;
}
.promotionItemPoints span{
  display: block;
  color: #a565b1;
  font-weight: bold;
}

.redTxt {
  color: #ff0000;
}

#drawPlayBox {
  margin: 5px;
}


.promotionAd,
.promotionGameAd {
  text-align: center;
  margin: 10px 0;
}

#drawPlayBox .promotionAd img,
#drawPlayBox .promotionGameAd img {
  width: 100%;
  display: inline;
}

#drawPlayBox .promotionAd img {
  max-width: 415px;
}

.ticketPanels {
  position: relative;
}

.drawPanel{
  margin-left: 3px;
}

#newDrawBox {
  font-size: 0.9em;
}

#creditTotal{
  color: #ff0000;
}

div#drawBox {
  overflow: visible;
}

#pointsTransform {
  height: 40px;
  display: block;
  background-color: #e9b785;
  width: 103.3%;
  margin-left: -10px;
  margin-top: 15px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  position: relative;
  background: -webkit-linear-gradient(top, #e9b785 0%, #E4B07B 100%);
  font-style: italic;
  padding-top: 5px;
  font-size: 11px;
  text-align: center;
}

#pointsTransform span{
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(255,255,255,.3);
  font-style: normal;
}

#pointsTransform:before{
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #91663A;
  position: absolute;
  top:-5px;
  right: 0;
}

#pointsTransform:after {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #91663A transparent;
  position: absolute;
  top: -5px;
  left: 0;

}


#drawCartTable td.numbers input.StarBall,
.drawNumbers input.StarBall {
  background-color: #ee3224;
  border-color: #db8989;
  color: #fff;
}

.drawPool input.drawButton.StarBall {
  background-color: #ee3224;
  color: #fff;
}

.drawPool input.drawButton.StarBall.picked {
  background-color: #2c4a9d;
}
/*end cart changes */

.nowrap {
  white-space: nowrap;
}

#eBetSlips .mobileShown {
  display: block;
}

@media only screen and (max-width: 959px) {
  .drawNumbers span.numbersWrap {
    display: block;
    clear: both;
  }
}

/* TABLET - width < 960px, width >= 640px fixed */
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .playSlipWrapper .panelgroup {
    width: 100%;
  }

}

/* ALL PHONE SIZES - width < 640px */
@media only screen and (max-width: 639px),
       only screen and (-webkit-min-device-pixel-ratio: 3) and (max-device-width: 640px) {

  .mobileShown {
    display: inherit;
  }

  .mobileHidden {
    display: none;
  }

  .playSlipWrapper h2 {
    font-size: 20px;
    float: left;
    margin: 10px;
  }

  .drawWrapper {
    width: 100%;
  }

  #cartSummary {
    width: 100%;
    margin: 5px auto;
  }

  .divivderLine{
    margin: 5px auto;
  }

  .page-subscriptions #cartSummary table .title{
    font-size: 15px;
  }

  #drawNav ul.contentTab li {
    width: 95%;
    margin: 0;
    padding: 0;
    height: auto;
  }

  #drawNav ul.contentTab #playSlipSelect {
    font-size: 20px;
    margin: 10px auto;
  }

  .playSlipWrapper .panelgroup {
    width: 100%;
    float: none;
    clear: both;
  }

  .drawWrapper .drawNumbers {
    white-space: nowrap;
    margin: 2px 0 10px 0;
  }

  .drawWrapper .drawNumbers input {
    font-size: 20px;
  }

  .drawWrapper .inputBlock.multiplier {
    float: right;
  }

  .drawWrapper .inputBlock.multiplier input {
    margin: 0;
    padding: 0;
  }

  .drawPanel .inputBlock.picks {
    float: left;
    clear: left;
    margin: 15px 0 20px -3px;
    width: 100%;
  }

  .inputBlock.picks span {
    font-size: 10px;
    margin-right: 10px;
    color: #2c4b9e;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: underline;
  }

  .totalBlockWrapper {
    position: inherit;
  }

  .drawOptions {
    width: 100%;
    clear: both;
    float: none;
  }

  .drawWrapper .inputBlock,
  .drawOptions .inputBlock,
  .drawPanel .inputBlock {
    width: 45%;
    float: left;
    margin: 5px 5px 5px 0;
    clear: both;
  }

  .playSlipWrapper .inputBlock label:not(.hidden) {
    width: auto;
    display: inline-block;
  }

  .drawWrapper .inputBlock{
    width: 100%;
  }

  .drawOptions .inputBlock label {
    display: block;
  }

  .drawWrapper .inputBlock.betTypes {
    margin-top: 0;
    margin-left: 15px;
  }

  .drawOptions .totalBlockWrapper {
    width: 100%;
    clear: both;
  }

  .playSlipWrapper .inputBlock label,
  .drawOptions .totalBlockWrapper label,
  .drawOptions .totalBlockWrapper legend {
    font-size: 12px;
    white-space: nowrap;
  }

  .drawOptions .totalBlockWrapper fieldset {
    width: 45%;
    float: left;
  }

  .inputBlock input.addToCart {
    float: right;
  }

  form[name="Daily3"] .groupsBlock {
    width: 93%;
  }

  form[name="Daily3"] .drawNumbers {
    width: 45%;
  }

  #ticketTitle{
    clear: both;
    width: 100%;
    margin: 0;
    padding-top: 20px;
  }

  .tooltip{
    display: none;
  }

  #newDrawBox .drawWrapper .inputBlock.multiplier {
    clear: none;
    float: left;
    position: absolute;
    top: 35px;
    width: 100%;
  }

  #newDrawBox .drawWrapper .inputBlock.multiplier label{
   padding-top: 3px;
  }

  .page-subscriptions #cartSummary table td input[type="text"]{
    text-align: left;
    font-size: 15px;
  }

  .promotionItem{
    padding-top: 15px;
  }

  #newDrawCart #drawCartTableWrapper #drawCartTable tbody tr.promotionItemPoints td{
    text-align: center;
  }

  .promotionMessage{
    top: -30px;
    left: 6px;
    width: 270px;
    overflow: hidden;
  }

}