.hc-inner {
	width: 100%;
}

.header {
	padding-right: 50px;
	overflow: auto;
	min-height: 40px;
}
.header .facility {
	font-size: 14pt;
	font-weight: bold;
}
.header .left {
	float: left;
}
.header .right {
	float: right;
}
.header .timestamp {
	float: right;
	clear: right;
}

#menu-title {
	position: absolute;
	top: 0;
	right: 0;
}
#menu-title img {
	height: 24px;
	width: 36px;
	margin-top: 4px;
}
#main-menu {
	display: none;
	z-index: 4;
}
#main-menu .odd,
#main-menu .even {
	background-color: inherit;
}

.popable-table .expendable {
	display: none;
}
.popable-table td.expand {
	text-decoration: underline;
}
.popped-table {
    position: absolute;
    background-color: white;
    border: 1px black;
    min-width: 70%;
}
.popped-table .condensed-only {
	display: none;
}
.popped-table .expand {
	display: none;
}
