

#contest h1,#contest h3,#contest h4 {
	

	font-weight: bold;
	
}
#contest .container {
	margin-top: 10px;
}



#contest .shadow,#contest .photo_description,#contest .photo_info,#contest .photo_title {
	display:none;
}
#contest .photo img {
	
	border: 5px solid white;
	
}
img.voted {
	
	border: 5px solid green !important;
	
}

#contest .photoContest {
	
	position: relative;

	
}


#contest .score {
	
	display:block;
	text-align: center;
	position: absolute;
	top: 97px;
	left: 90px;
	background: #162D4C;
	color: white;
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #FFF0A3;
}

#contest .voteLink {
	
	font-size: 19px;
	color: white;
	border: 1px solid #FFF0A3;
	display: block !important;
	background: #162D4C;
	width: 100px !important;
	height: 50px !important;
	text-align: center !important;
	line-height: 50px !important;
	text-decoration: none !important;

}
