/* CSS Document */
body {margin-top:50px}
.label-vanu {
	color: white;
	background-color: #532ad1;
	border-color: #532ad1;
}
.label-danger {
	color: white;
}
.label-primary {
	color: white;
}
table tbody tr td {
	color:black;
	font-weight:bold;
}
.table > thead > tr > th.brOMeter, .table > tbody > tr > td.brOMeter {
	width:100px;
	padding:0;
}
.brOMeter > table {
	height:36px;
}

.brBeginner {
	background-color:#0F0;
}
.brNovice {
	background-color:#0C0;
}
.brIntermediate {
	background-color:#090;
}
.brExpert {
	background-color:#060;
}
.brMax {
	background-color:#030;
}


.list-group-item-danger, .panel-danger>.panel-heading {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
color: #777;
cursor: not-allowed;
background-color: #eee;
}