#choice_button {
	background-color: #00b058;
	cursor: pointer;
	border-bottom: 3px solid #035a2d;
}

#choice_button h1 {
	color: white;
	margin-top: 0.333em;
	text-shadow: 1px 1px 0 #035a2d !important;
	font-family: OpenSans-Bold-webfont, Arial, Helvetica;

}

#choice_button:hover h1 {
	text-decoration: underline;
}

.btn-lg.red {
    background: red;
    border-bottom: 2px solid #7d0c09;
}