.forum_create_new_thread_link {
	text-align:right;
	font-weight:bold;
	font-size:16pt;
}

span.user_tile {
	display:inline;
}
.user_tile > div.avatar {
	float:left;
	background-size:100% 100%;
	background-repeat:no-repeat;
	margin-right:4px;
	width:16px;
	height:16px;
	border-radius:3px;
}

div.forum_threads_table {
	display:block;
}

div.forum_threads_thread {
	display:block;
	background-color:#eee;
	font-size:10pt;
}

div.forum_threads_header {
	background-color:#444;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	display:block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

div.forum_threads_table > div:nth-child(odd).forum_threads_thread {
	background-color:#fff;
}

div.forum_threads_table > div.thread_new {
	font-weight:bold;
}

div.forum_threads_table > div:nth-child(even).thread_new {
	background-color:#b9becf;
}

div.forum_threads_table > div:nth-child(odd).thread_new {
	background-color:#c9cedf;
}

div.forum_threads_table > div > div.titlecol {
	display:inline-block;
	width:260px; /* should be flexible */
	padding:8px;
	text-align:left;
}

div.titlecol div.thread_title {
	font-size:12pt;
}

div.titlecol div.thread_preview_text {
	font-size:9pt;
	padding-top:4px;
	color:#777;
}

div.thread_new div.titlecol div.thread_preview_text {
	color:#000;
}

div.forum_threads_table > div > div.viewscol, div.forum_threads_table > div > div.repliescol {
	display:inline-block;
	width:70px;
	text-align:center;
}

div.forum_threads_thread .viewscol, div.forum_threads_thread .repliescol {
	vertical-align:top;
	text-align:center;
	padding-top:12px;
	font-size:9pt;
}

div.forum_threads_table > div > .postcol {
	display:inline-block;
	width:180px;
}

div.forum_threads_thread .postcol {
	vertical-align:top;
	font-size:9pt;
}

div.forum_threads_header .postcol div {
	display:inline-block;
	padding-left:28px;
}

div.forum_threads_thread .postcol > div {
	padding:8px;
}

span.forum_thread_nums_label {
	display:none;
}

.postcol .mostrecent {
	display:none;
}