

a.c-button {
	display: inline-block;
	padding: 8px 14px;
	margin: 0;
	border: 1px solid rgb(201, 201, 201);
	box-shadow: none;
	outline: 0;			
	background:  linear-gradient(90deg,rgb(243, 243, 243),rgb(255, 255, 255));

background:  -webkit-linear-gradient(90deg,rgb(243, 243, 243),rgb(255, 255, 255));

background:  -moz-linear-gradient(90deg,rgb(243, 243, 243),rgb(255, 255, 255));

background:  -o-linear-gradient(90deg,rgb(243, 243, 243),rgb(255, 255, 255));

background:  -ms-linear-gradient(90deg,rgb(243, 243, 243),rgb(255, 255, 255));


	border-radius: 2px;
	color: rgb(129, 129, 129);
	text-align: center;
	line-height: 10px;
	font-size: 11px;
	font-weight: bold;	
}