table {
	border-collapse: collapse;
	width: 100%;
	}
th {
	background-color: #eee;
	border: 1px solid #ccc;
	}
.date {
	white-space:nowrap;
	width: 8em;
    font-size: 80%;
    text-align: end;
    vertical-align: top;
	}
td {
	font-size: 90%;
	padding: 0 .3em;
	border: 1px solid #ccc;
	}
.labels {
	float: right;
	height: 11px;
	width: 11px;
	border-radius: 2px;
	margin: 3px;
	font-size: .2em;
	color: rgba(0,0,0,0.00);
	}
#internal-links {
	display: none;
	}
.hidden {
	display: none;
	}
.trackerId {
    text-align: start;
    vertical-align: top;
    font-size: 80%;
    }
#filterList span, #scriptFilters span {
    border-radius: 3px;
    }
tr:hover {
    background-color: antiquewhite;
}
div.directory {
	float: right;
	position: static;
}