table.forums {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}

table.forums th {
	background: #eee;
	color: #666;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dashed #ccc;
}

table.forums td {
	padding: 8px;
}

table.forums td.name {
	width: 50%;
	font-weight: bold;
}

table.forums td.last_topic div.datetime,
table.forums td.name div.description {
	font-size: 90%;
	font-weight: normal;
	color: #888;
}

table.forums td.topics,
table.forums td.posts {
	width: 10%;
}

table.forums td.last_topic {
	width: 30%;
}