﻿a.VehTextWidget  {
	width: 80%; padding: 8px 0; text-align:center; display: inline-block; text-decoration:none; letter-spacing: -.03em; margin: 20px 0; -webkit-transition: all .6s ease; transition: all 0.5s ease;	
	border-radius: 4px;
	color: #ffffff;
	background-color: #4caf50;
	text-decoration: none !important;
	text-transform:uppercase;
}
a.VehTextWidget:hover {
	background-color: #3b843e;
	color: #FFFFFF !important;
}

a.eprice {
	width: 80%; padding: 8px 0; text-align:center; display: inline-block; text-decoration:none; letter-spacing: -.03em; margin: 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,a.VehTextWidget { margin: 8px 0; }

}
