#loading {
	position: fixed;
	top: 80px;
	left: 50px;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.biglist {
	-moz-column-width: 20em;
	-moz-columns: 20em;
	-webkit-columns: 20em;
	columns: 20em;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}

.biglist h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stickyHeader {
	position: sticky;
	top: 52px;
	background-color: white
}

.biglist-header {
	font-weight: bold;
	padding-bottom: 10px;
}

.biglist-group {
	padding-bottom: 10px;
}

.biglist-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	break-inside: avoid-column;
}

.lighter {
	color: #999;
}

.lighter a {
	color: #99B;
}

a img {
	vertical-align: middle;
}

.bargraph {
	padding-top: 10px;
	width: 100%;
	height: 100%;
}

footer {
	height: 100px;
}
