@media (max-width: 768px) {
	#threads,
	#views,
	#replies,
	#lastpost,
	.hide_mobile {
		display: none !important;
	}

	.post_flexible {
		display: block;
	}

	#nav_width,
	#content_width {
		float: none;
		width: 100% !important;
		margin-top: 15px;
	}

	tr td.trow1:first-child,
	tr td.trow2:first-child,
	tr td.trow_shaded:first-child {
		display: table-cell;
	}
}
		