.release_sweepstakes{
	width:900px;
	margin:auto;
	padding:23px 23px;
	font-family: "BebasNeueRegular";
	text-align: left;
	color:#eeeeee;
	background-color:#000000;

}
.release_sweepstakes h1{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 30px;
}
.release_sweepstakes h2{
	font-weight: normal;
	font-size: 22px;
	line-height:25px;
}
.release_sweepstakes .sweepstakes_item h2{
	margin: 0px;
	width:220px;
}
.release_sweepstakes .header h2{
	margin-bottom: 0px;
}
.release_sweepstakes .header p{
	margin:0px;
	padding:0px;
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	color:#ffffff;
}
.sweepstakes_day{
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-top: 34px;
	display: block;
}
.sweepstakes_day:last-child{
	border:none;
}
.day_label{
	margin-bottom: 3px;
}
.sweepstakes_item{
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	display:inline-block;
	padding:20px 20px;
	position:relative;
	width:398px;
}
.sweepstakes_item.lm{
	margin: 10px 0px 10px 10px;
}
.sweepstakes_item.rm{
	margin: 10px 10px 10px 0px;
}
.sweepstakes_item .shoe{
	line-height: 20px;
	padding-bottom: 3px;
}
.sweepstakes_item span{
	display:inline-block;
	padding-top: 1px;
}
.sweepstakes_item .color{
	float: left;
	margin-right: 5px;
	font-size:18px;
}
.sweepstakes_item .description{
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	line-height: 23px;
}
.sweepstakes_item a{
	margin:0px;
	padding:0px;
}
.sweepstakes_item .enter_button{
	position:absolute;
	right: 20px;
	top: 20px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	height: 22px;
}
.sweepstakes_item .enter_button_open{
	background-color: #df0a3c;
	padding:10px 18px;
	color:#ffffff;
}
.sweepstakes_item .enter_button_closed{
	background-color: #ebebeb;
	padding:10px 14px;
	color:#757575;
}
.sweepstakes_item div{
	margin:0px;
}
.sweepstakes_item .details {
	display: block;
	padding-top: 10px;
}
.sweepstakes_item .details a{
	color:#df0a3c;
	font-family: "Verdana", sans-serif;
	font-style: italic;
	font-size: 13px;
}



/*BEGIN MOBILE*/
@media  (max-width: 720px){
.release_sweepstakes{
	width:90%;
	padding:10px;
}
.release_sweepstakes h1{
	margin-top: 15px;
}
.release_sweepstakes .header{
	margin-bottom: 30px;
}
.sweepstakes_day{
	padding-bottom: 0px;
	margin-top: 17px;
}
.day_label{
	margin-bottom: -7px;
}
.release_sweepstakes .sweepstakes_item h2{
	width:100%;
}
.sweepstakes_item{
	display:block;
	width:100%;
	padding-top: 20px; 
	padding-bottom: 10px;
	position:relative;
	height:auto;
	box-sizing: border-box;
}
.sweepstakes_item .shoe{
	margin-top: 20px;
	display:block;
}
.sweepstakes_item h2.type{
	padding-bottom: 8px;
}
.sweepstakes_item.lm, .sweepstakes_item.rm{
	margin: 20px 0px 20px 0px;
}
.sweepstakes_item span{
	display: inline-block;
	padding-top: 0px;
}
.sweepstakes_item .description{
	line-height: normal;
	width:81%;
	padding-top: 3px;
}
.sweepstakes_item .enter_button{
	position:static;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	margin-top: 19px;
	text-align: center;
}
.sweepstakes_item .enter_button_open{
	width:124px;
}
.sweepstakes_item .enter_button_closed{
	width:130px;
}
.sweepstakes_item .details{
	padding-bottom:0px;
	margin-bottom: 0px;
}
}
/*END MOBILE*/



/*BEGIN FOREIGN CSS MODIFICATION*/
.headerPromoModifier {
	margin:0px !important;
}
#body_wrapper {
	background-color:#000000;
}