﻿a.eprice {
	width: 80%; padding: 0; text-align:center; display: inline-block; text-decoration:none; letter-spacing: -.03em; margin: 10px 0 20px 0; -webkit-transition: all .6s ease; transition: all 0.5s ease;	
	border-radius: 4px;
	color: #ffffff;
'	background-color: #2bc347;
}
a.eprice:hover {
'	background-color: #15ea3c;
}
#toptext {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100%;
}
#bottomtext {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 100%;
}

a.VDPeprice {
	width: 100%;
	margin: 0;
}
@media (max-width: 640px) {
	a.eprice {
		margin: 8px 0;	
	}

}
