html {
	position:relative;
	min-height:100%;

}

body {
	margin:10px 0px 40px 0px;
}

footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:24px;
	line-height:24px;
	background-color:#212529;
	color:#ccc;
	font-size:12px;
	text-align:center;
}

details.black summary {
	background-color:#212529;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	padding-left:8px;
}

td.numeric {
	text-align:right;
}

tr.text-muted > td > a {
	color:#646c74!important;
}

