a {
	color: #406343;
	text-decoration: none;
}

a:hover {
	color: #406343;
	text-decoration: underline;
}

a:visited {
	color: #406343;
}

.btn-dark-green {
	background-color: #406343;
	color: #fff;
	font-size: 18px;
	border: none;
}

.btn-dark-green:hover, .btn-dark-green:focus {
	background-color: #e0ebd1;
	border: none;
	-webkit-box-shadow: 0px 0px 0px 3px #406343;
	box-shadow: 0px 0px 0px 3px #406343;
	color: #406343;
}

.text-darkgreen {
	color: #1a2c00 !important;
}

.border-darkgreen {
	border-color: #1a2c00 !important;
}

::-moz-selection { /* Code for Firefox */
	background: #406343;
	color: #fff;
}

::selection {
	background: #406343;
	color: #fff;
}

.form-darkgreen:focus {
	border: 1px solid #ced4da;
	-webkit-box-shadow: 0px 0px 0px 3px #406343;
	box-shadow: 0px 0px 0px 3px #406343;
}

.alert-green-error {
	background-color: #e0ebd1;
	color: #c0392b;
	border: solid 2px #c0392b;
	font-weight: bold;
}

.alert-green-success {
	background-color: #e0ebd1;
	color: #406343;
	border: solid 2px #406343;
	font-weight: bold;
}
