  table#dashboard {
	
}

table#dashboard tr {

}

table#dashboard td {

}

table#dashboard td.bar a {
	display: block;
	background-color: #b4c92b;
	color: #b4c92b;
	height: 20px;
}

table#dashboard th.green {
	background-color: #EE0000;
	color: #fff;
	}

table#dashboard th.greener {
	background-color: #B1622F;
	color: #fff;
	}

table#dashboard th.greenest {
	background-color: #387c26;
	color: #fff;
	}

table#dashboard td.bar.green a {
	background-color: #EE0000;
	color: #EE0000;
	}

table#dashboard td.bar.greener a {
	background-color: #B1622F;
	color: #B1622F;
	}

table#dashboard td.bar.greenest a {
	background-color: #387c26;
	color: #387c26;
	}

table#dashboard td.bar a:hover, table#dashboard td.bar a:focus {
	text-decoration: none;
	border: 0;
	background-color: #999fad;
	color: #999fad;
}

.col-md-6 a img {padding: 5px;
border: 2px solid #cecece;
	box-shadow: 3px 3px 3px #ddd;
}

html.no-opacity .modal-backdrop.fade.in {opacity: 0 !important; background-color: transparent;}


