@CHARSET "UTF-8";

table.forum-topics {
	margin-bottom: 20px;
}
table.forum-topics tr.header td {
	padding-bottom: 10px;
	vertical-align: bottom;
}
table.forum-topics h2 {
	margin-bottom: 0;
}
table.forum-topics h2 a {
	text-decoration: underline;
}
table.forum-topics td {
	vertical-align: top;
	padding: 0px 20px 5px 0;
}
table.forum-topics td.topic {
	padding-right: 0;
}
table.forum-topics td.topic span {
	position: relative;
	padding-right: 5px;
	background-color: white;
}
table.forum-topics td.topic span.name {
	color: #777;
}
table.forum-topics td.count span {
	position: relative;
	padding-left: 5px;
	background-color: white;
}
table.forum-topics td.date {
	padding-top: 2px;
	white-space: nowrap;
}
table.forum-topics td div.line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.2em;
	border-bottom: #ccc 1px dashed;
	margin-bottom: 10px;
}
