@media only screen and (max-device-width:600px) {

div.forum_threads_header {
	display:none;
}

div.forum_threads_table > div > div.titlecol {
	width:100%;
	font-size:12pt;
}

div.titlecol div.thread_title {
	font-size:26pt;
	max-height:1000000px;
}

span.forum_thread_nums_label {
	display:inline;
}

div.forum_threads_table > div > div.viewscol, div.forum_threads_table > div > div.repliescol {
	vertical-align:baseline;
	text-align:left;
	padding-top:0px;
	font-size:14pt;
	width:auto;
	padding-left:40px;
	float:right;
	display:inline-block;
}

div.forum_threads_thread .postcol {
	vertical-align:top;
	font-size:18pt !important;
}

div.forum_threads_table > div > .postcol {
	display:block;
	width:100%;
	text-align:left;
	font-size:18pt !important;
}

div.forum_threads_table > div > .first_post {
	display:none;
}

.user_tile > div.avatar {
	width:32px;
	height:32px;
}

div.forum_threads_thread {
	padding:20px;
}

.postcol > div > div {
	display:inline-block;
	padding-right:12px;
	font-size:18pt !important;
}

.postcol .mostrecent {
	display:inline;
}

.postcol > div {
	max-height:1000000px;
}

div.titlecol div.thread_preview_text {
	font-size:18pt;
}

}