body {
	background-color: #003300;
	color: #ffffff;
	margin: 0 0 50px;
}

html {
	position: relative;
	min-height: 100%;
}

.page-header {
	border-bottom: 1px solid #869F52;
	padding-bottom: 9px;
	margin: 10px 0 5px;
}

.h1, h1 {
	font-size: 22px;
}

a.h1 {
	text-decoration: none;
}

.h2, h2 {
	font-size: 18px;
}

a {
	color: #6c7c52;
}

a:hover {
	color: #54633b;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0px;
	padding-left: 0px;
}

a.list-group-item, button.list-group-item {
	color: #8aa05a;
	vertical-align: middle;
}

.list-group-item {
	background-color: #001500;
	border: 1px solid #105120;
	color: #8aa05a;
	vertical-align: middle;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:hover {
	color: #c3d3a0;
	text-decoration: none;
	background-color: #2b3613;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #c3d3a0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #2b3613;
	color: #c3d3a0;
	border-color: #0b1603;
	text-shadow: 0 -1px 0 #28903c;
	background-image: -webkit-linear-gradient(top,#2b3613 0,#3b4622 100%);
	background-image: -o-linear-gradient(top,#2b3613 0,#3b4622 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2b3613),to(#3b4622));
	background-image: linear-gradient(to bottom,#2b3613 0,#3b4622 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b2603', endColorstr='#ff0b1603', GradientType=0);
}

.site-footer {
	position: absolute;
	height: 50px;
	padding: 10px;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #26370A;
	color: #A0B184;
}

.modal, .modal-open, .modal-backdrop {
	border:4px solid #105120;
	background:#54633b;
	color: #0b1603;
}
