.hefe-button {
	display: inline-block;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	text-align: center;
	padding: 12px 24px;
	margin: 0;
	font-size: 15px;
	line-height: normal;
	color: #5f5f5f;
	background-color: transparent;
	background-image: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d7d7d7;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	cursor: hand;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hefe-button:hover {
	opacity: 0.7;
	color: #5f5f5f;
}

.hefe-button i,
.hefe-button span,
.hefe-button div,
.hefe-button img {
	vertical-align: middle;
}