.gd-button {
	background-color: rgb(113, 170, 9);
	background-image: none;
	border-bottom-color: rgb(97, 145, 7);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(97, 145, 7);
	border-left-style: solid;
	border-left-width: 0;
	border-right-color: rgb(97, 145, 7);
	border-right-style: solid;
	border-right-width: 0;
	border-top-color: rgb(97, 145, 7);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: solid;
	border-top-width: 0;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: block;
	float: left;
	font-family: 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	letter-spacing: normal;
	line-height: 20px;
	margin: 0;
	padding: 8px 15px 5px 15px;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	white-space: nowrap;
}

.gd-button:active, .gd-button:hover {
	color: white;
}
