.nav-active {
	text-decoration: none;
}

ul#custom_sidebar {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul#custom_sidebar a {
	text-decoration: none;
}

li#custom_sidebar {
	padding-left: 1em;
	text-indent: -1em;
	color: rgb(117,198,225);
}

li#custom_sidebar:before {
	content: "■";
	padding-right: 5px;
}

li#custom_sidebar_2 {
	padding-left: 1em;
	text-indent: -1em;
	color: rgb(117,198,225);
}

li#custom_sidebar_2:before {
	content: "▣";
	padding-right: 5px;
}

li#custom_sidebar_2.active:before {
	content: "↪";
	padding-right: 5px;
}

li#custom_sidebar.active:before {
	content: "↪";
	padding-right: 5px;
}

a.active {
	font-weight: bold;
	color: rgb(18, 102, 226);
}

#custom_link, #custom_main a {
	text-decoration: none;
	color: rgb(117,198,225);
}

#custom_article p{
	background-color: unset;
}