
h2.fancy {
	font-size: 1.5em;
	background-color: #4A86C9;
	color: #fff;
}

a {
	text-decoration: none;
	color: #4A86C9;
}

h3.fancy-section {
	background-color: #4A86C9;
}

h3.fancy-subsection {
	background-color: #82EB4A;
}

th.fancy-section {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4A86C9;
}

th.fancy-subsection {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #82EB4A;
}

span.show,
span.hide,
div.show-hide span,
div.show-hide-all span {
	font-size: 1.1em;
	color: #4A86C9;
}

.panel-primary > .panel-heading {
	background-color: #4A86C9;
	border-color: #4A86C9;
}

.panel-success > .panel-heading {
	background-color: #82EB4A;
	color: #333;
}

