table {
	border-collapse: collapse;
	width: 100%;
	}
th {
	background-color: #eee;
	border: 1px solid #ccc;
	}
.date {
	white-space:nowrap;
	width: 8em;
	}
td {
	font-size: 90%;
	padding: 0 .3em;
	border: 1px solid #ccc;
	}
.labels {
	float: right;
	height: .6em;
	width: .6em;
	border-radius: 2px;
	margin: 2px;
	}
#internal-links {
	display: none;
	}