#header {
	background-color: revert;
}
#header #logo-svg {
	width: 12rem;
	height: 2rem;
	fill: #009933;
}
.searchbox {
	border: 1px solid #848466;
	background: #5b5b33;
}
#sidebar{
        background-color: #333300;
}
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
	background: #5b5b33;
}
#sidebar ul li.visited > a .read-icon {
	color: #009933;
}
