.cssButton, .cssButtonHover {
	font-family:"Source Sans Pro",Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#fff;
	font-weight:normal;
	border:1px solid #14e8b9;
	text-decoration:none!important;
	background:#14e8b9;
	display:inline-block;
	padding:7px 16px;
	cursor:pointer!important;
	margin:0 2px;
	position:relative;
	text-transform: uppercase;
}

span.cssButton, .cssButton, span.cssButtonHover, .cssButtonHover  {
	width:auto!important;
}
.cssButton:hover, .cssButtonHover {
	color:#fff;
	border:1px solid #000;
	background:#282f2d;
}

