/* Simple Download Monitor */
.sdm_download{
	font: 20px/20px HelveticaNeue, Arial;
	margin-bottom: 20px;
	padding: 10px 18px;
	border: 2px;
	
}

.sdm_download.orange:hover{
	background: #edbd53;
	color: white;
	border-bottom: 2px solid #d6982f !important;
}

.sdm_download.orange{
	background: #fecc5f;
	border: 2px solid #d6982f;
}

