@import "//fonts.googleapis.com/css?family=Open+Sans:400,700";

body {
	background:#242424;
	color:#999;
	font-family:"Helvetica Neue","Open Sans",Helvetica,Arial,sans-serif;
}

img.img-responsive {
	max-height:250px;
}

.mb a, .mb a:active, .mb a:link, .mb a:visited {
	color:#FFF;
}

.mb a:hover {
	color:#99F;
}

.list-group-item {
	background-color:#242424;
	color:#fff;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index:2;
	background-color:#242424;
	color:#fff;
}

a.list-group-item {
	color:#fff;
}

a.list-group-item:focus,a.list-group-item:hover {
	color:#99F;
	text-decoration:none;
	background-color:#242424;
}



.h1, h1 {
	font-size:22px;
	margin-top: 20px;
}

h1.page-header {
	color:#99F;
}

.coname {
	color:#99F;
}

.mbfooter {
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#666;
	padding-top:10px;
}

.bannercomment {
	position:absolute; 
	bottom:10px; 
	right:30px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

h4 {
	color:#9999FF;
}

h5 {
	border-top: dotted 1px #666;
	padding-top: 4px;
}

h4.home {
	color:#CCC;
}

h5.home {
	color:#CCCCCC;
	border-top:none;
	padding-top: 0px;
	color: rgb(210, 210, 210);
}

h5.noborder {
	border-top:none;
	padding-top: 0px;
	color: rgb(210, 210, 210);
}