#sidebar {
	width: 200px;
	position: fixed;
	z-index: 1001;
	left: -185px;
	top: 100px;
	min-height: 200px;
	background-color: #1a2526;
	border: 1px solid #3f3f3f;
	border-left: none;
	transition: left 0.25s ease;
}
#sidebar:hover {
	left: -5px;
}
#sidebar table {
	margin-bottom: 0;
	width: 185px;
}
#sidebar th {
	background: #243234;
	color: #8eb4bd;
	padding: 4px 8px;
	font-size: 12px;
}
#sidebar td.row1 {
	padding: 3px 8px;
}
#sidebar td.row1 a {
	color: #8eb4bd;
	text-decoration: none;
	font-size: 12px;
}
#sidebar td.row1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#dirty {
	margin: 0;
	padding: 6px 0;
	position: absolute;
	right: -16px;
	top: 0;
	bottom: 0;
	width: 15px;
	background-color: #243234;
	border: 1px solid #3f3f3f;
	border-left: none;
	text-align: center;
	writing-mode: vertical-rl;
	color: #8eb4bd;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
