button
{
	background-color:#547736;
	border-bottom:1px solid #3e5829;
	border-left:none;
	border-right:none;
	border-top:1px solid #87b564;
	border-radius:3px;
	box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.2);
	color:rgba(255, 255, 255, 0.7);
	cursor:pointer;
	font-family:ComfortaaBold, sans-serif;
	font-size:14px;
	height:36px;
	line-height:36px;
	min-width:60px;
	outline:none;
	padding:0px 15px;
	transition:box-shadow 0.1s, color 0.1s;
	text-align:center;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

button:hover, button:focus
{
	box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.3);
	color:rgba(255, 255, 255, 1);
}

button.btnBlue
{
	background-color:#315a7a;
	border-bottom:1px solid #315a7a;
	border-top:1px solid #315a7a;
	color:#ffffff;
}

button.btnBlue:hover, button.btnBlue:focus
{
	color:#ffffff;
}

button.btnWhite
{
	background-color:#ffffff;
	border-bottom:none;
	border-top:none;
	border-radius:18px;
	box-shadow:none;
	color:#315a7a;
	transition:background-color 0.1s, box-shadow 0.1s, color 0.1s;
}

button.btnWhite:hover, button.btnWhite:focus
{
	background-color:rgba(255, 255, 255, 0.9);
	box-shadow:none;
	color:#315a7a;
}

/* FIX GOOGLE MAP BUTTON CLASSES */
.gm-style button
{
	box-shadow:none;
	min-width:0px;
}

.gm-style button:hover, .gm-style button:focus
{
	box-shadow:none;
}