#menu a, a{
	color: #BEBEBE;
}

body{
	background: black;
	color: white !important;
}

.active_tab a, .active{
	font-weight: bold;
	color: #fff !important;
}

a:hover, a:focus{
	background: black;
	color: #fff !important;
	text-decoration: underline;
}

hr{
	border-top-color: #333;
}

.footer, .content{
	background: #2D2D2D;
}

.content{
	color: white;
}
.content p, .content span, .content ol, .content li, .content ul{
	color: inherit !important;
	background: inherit !important;
}

.breadcrumb a{
	color: white;
}

.breadcrumb{
	background: #1b1b1b;
	color: white;
}

.panel-default{
	border-color: #404040;
}

.panel, .panel-default > .panel-heading{
	background-color: #1b1b1b;
	color: white;
}

.list-group-item{
	background-color: #1f1f1f;
	border: 1px solid #505050;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top: 1px solid #505050;
}

.nav-link:hover{
	background: #575757;
}