
.content-table {
}
.content-table td {
	vertical-align: top;
	padding: 20px;
	padding-left: 0px;
	border-bottom: 5px solid #ccc;
}
.content-table tr.last td {
	border: none;
}
.content-table td.left {
}
.content-table td.right {
	width: 100%;
}

.content-table img {
	border: 5px solid #ccc;
}

.heading {
	margin-bottom: 5px;
	font-weight: normal;
	color: #333;
}

.highlight {
	background-color: #ffff99;
}

.since {
	color: #ccc;
}