div#header {
	color: #fff;
	background-color: #77ba22;
}

.module caption, .module h2, .inline-group h2 {
	background-color: #77ba22;
}

#content-related {
	background-color: #e5e3de;
}

th {
	font-weight: 400;
}

a:link, a:visited {
	color: #25a5ca;
}

a.button:link, a.button:visited {
	color: var(--button-fg);
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
	color: #fff;
}

div.breadcrumbs a:focus,
div.breadcrumbs a:hover,
#header a:link,
#header a:visited {
	color: #d9e8c4;
}

#user-tools a:focus, #user-tools a:hover {
	border-bottom-color: #d9e8c4;
}

.object-tools a:focus, .object-tools a:hover {
	background-color: #6e9041;
}

div.breadcrumbs {
	color: #fff;
	background-color: #69a41e;
}

.button, input[type=submit],
input[type=button],
.submit-row input,
a.button {
	background-color: #69a41e;
}
