.thread-subject-head {
	font-family: Simplifica, sans-serif;
font-size: 50px;
letter-spacing: 0.2em;
margin: 30px 0px;
color: #ccc;
}

.showthread {
	width:80%;
}

.author_name {
	font-family: var(--serif);
	font-size:35px;
}

.profilefield {
	font-family: var(--mainfont);
	text-transform: uppercase;
	font-size:11px;
	    letter-spacing: 0.1em;
	line-height: 26px;
}

.post_author .author_statistics div div {
	background: var(--dark);
padding: 3px 5px;
text-transform: uppercase;
margin: 5px 20px 0px 0px;
overflow: hidden;
}

.post_author .author_statistics .float_left {
	float: left;
	width: 250px;
}

.post_author .author_statistics .float_right {
	float: right;
	width: 250px;
}