#inner_container {
	padding-top: 0;
	padding-bottom: 0;
}

.post {
	padding: 10px 0 10px 0;
	font-family: roboto;
}

.post .post_buttons {
	text-align: right;
}

.post .post_buttons button {
	margin: 10px 0 0 0;
}

.post.unread_thread {
	background-color: #3f4b59;
	margin: 0 -10px 0 -10px;
	padding: 10px;
}

img.avatar {
	margin-right: 10px;
	display: none;
	border-radius: 2px;
	border: 1px solid black;
}

#content .post a {
	text-decoration: none;
	color: white;
}

.post .subject {
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: 500;
}

.post.unread_thread .subject a {
	font-weight: bold;
}

.post .viewed {
	font-size: 1.1em;
	margin-bottom: 5px;
	text-align: right;
	color: #a4a4a4;
}

.post .started, .post .updated {
	color: #a4a4a4;
	font-size: 1.1em;
}

#top_bar {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#top_bar button {
	margin-left: auto;
}

hr {
	border: none;
	border-bottom: 1px solid black;
	margin: 0 -10px 0 -10px;
}

.flexbox2 {
	cursor: pointer;
}

span.sticky {
	border: 1px solid #555;
	font-size: 0.8em;
	padding: 3px 5px 2px 5px;
	color: white;
	background-color: #e61a1e;
}

.page_selector {
	background-color: #282828; //#15263a;
	padding: 5px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	text-align: right;
	padding: 10px;
	margin: 10px 0 15px 0;
}

.page_selector .counter {
	padding: 2px 4px 2px 4px;
	border: 1px solid white;
	margin-left: 5px;
}