body, td, th {
  color: #666666;
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: small;
}
body {
	background-color: #C0C0C0;
}
.footer {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 25px;
}
.header {
  background-color: #00B9D8;
  border-radius: 5px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  height: 150px;
}
.footer a {
  color: #666666;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.main {
	width: 1040px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
}
.vertical_center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  opacity: 1;
}
.listing {
  width: 100%;
  margin-top: 25px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  background-color: #DCDCDC;
  border: thin solid #DCDCDC;
  border-radius: 5px;
}
.baseline {
  color: #666666;
  font-weight: bold;
  font-size: large;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.baseline a , .enter2 a{
  color: #00B9D8;
}
.prize_image {
  float: left;
  width: 100px;
  height: 100px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: center;
  margin-left: 25px;
}
.headline {
  color: #666666;
  font-weight: bold;
  font-size: large;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.prize , .enter2{
  float: left;
  color: #666666;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  width: 200px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.action {
  float: left;
  width: 200px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.account  {
  float: left;
  width: 200px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.account a {
  color: #666666;
  text-decoration: none;
}
.account a:hover {
  text-decoration: underline;
}
.expiration {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  font-size: small;
}
.enter {
  float: right;
  margin-right: 25px;
}
.enter_button {
  color: #FFFFFF;
  font-weight: bold;
  font-size: large;
  background-color: #2BA22B;
  border: thin solid #2BA22B;
  border-radius: 5px;
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: inline-block;
  width: 175px;
  text-align: center;
}
.enter_button:hover {
  cursor: pointer;
  filter: brightness(92%);
}
.person {
  float: right;
  margin-right: 10px;
}
.bottom_ad {
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.expiration a {
	font-style: normal;
	color: #666666;
}

.hide_desktop {
	display: none;
}
.enter2 a {
}



@media screen and (max-device-width:767px) {

.hide_desktop {
	display: inherit;
}
.hide_mobile {
	display: none;
}
.main {
	width: 85%;
}
.prize_image {
	margin-left: 5px;

}
.prize, .account, .action , .enter2{
	width: 175px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}
.listing .hide_desktop .account {
}











	
}
@media screen and (max-width:768px) and (orientation:landscape) {}
