#MainContent {
  padding-top: 20px;
}
#PromoEvents {
  margin-top: 0;
}
#PlayAwayBox {
  padding: 0;
  border-top: none;
  border:1px solid #203786;
  margin-bottom: 20px;
}

.PrizeBox ul, p.Row, td {
  color: #000;
}

.SweepsHolder + .SweepsHolder {
  margin-top: 20px;
}

.SweepsHolder h4 {
  margin: 10px 5px;
}

.sweepTable, .NewPIA {
  border: 1px solid #ccc;
  width: 100%;
}

.sweepTablePlain, .NewPIA {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}

.sweepTable tr.header, .NewPIA tr.header {
  background-color: #cccde0;
}

.sweepTablePlain tr.header, .NewPIA tr.header {
  background-color: #cccde0;
}

.sweepTable tr th.header, .NewPIA tr th.header {
  padding: 0.5em 1.5em 0.5em 0.5em;
}

.sweepTablePlain tr th.header, .NewPIA tr th.header {
  padding: 0.5em 1.5em 0.5em 0.5em;
}

.sweepTable td, .NewPIA td {
  text-align: left;
  padding: 5px;
  margin: 0px;
  background: none;
}

.sweepTablePlain td, .NewPIA td {
  text-align: left;
  padding: 5px;
  margin: 0px;
  background: none;
}

.sweepTable tbody tr.tableStripe {
  background-color: #e1e1e1;
}

#piaWinners .sweepTable .tableStripe {
  background-color: transparent;
}

#piaWinners .sweepTable tbody tr + tr {
  border-top: 1px solid #e1e1e1;
}

.SweepsWinnersHeader {
  background-color: #cccde0;
  margin-top: 5px;
}

.WinnersHolders h2 {
  color: #3C78A7;
  margin-top: 5px;
  padding: 5px;
  text-align: left;
}

.WinnersHolders ul li {
  text-align: left;
}

.PastWinners div.WinnersHolders {
  padding: 2em;
  border-bottom: 2px solid #C4C4C4;
}

td { width: auto; } /* reset the DEFAULT value */
.sweepTable tr th.xlarge { width: 520px; }
.sweepTable tr th.large { width: 260px; }
.sweepTable tr th.medium { width: 125px; }
.sweepTable tr th.small { width: 80px; }

