.button:link {
	display: inline-block;
	padding: 16px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

.button:visited, .button:hover, .button:active {
	text-decoration: none;
}

.button-orange:link, .button-orange:visited, .button-orange:active {
	color: white;
	background-color: #ED9531;
	border-style: solid;
	border-width: 3px;
	border-color: #ED9531;
}

.button-orange:hover {
	color: white;
	background-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-color: #ED9531;
}

.button-clear:link, .button-clear:visited, .button-clear:active {
	color: #ED9531;
	border-style: solid;
	border-width: 3px;
	border-color: #ED9531;
}

.button-clear:hover {
	color: #013648;
	background-color: #ED9531;
	border-style: solid;
	border-width: 3px;
	border-color: #ED9531;
}

.button-gray:link, .button-gray:visited, .button-gray:active {
	color: #233037;
	background-color: #F3F3F3;
	border-style: solid;
	border-width: 3px;
	border-color: #F3F3F3;
}

.button-gray:hover {
	color: #233037;
	background-color: #E3E3E3;
	border-style: solid;
	border-width: 3px;
	border-color: #E3E3E3;
}