span.unread {
	margin-left:5px;
	color:#ff0000;
	font-size:10px;
	position:relative;
	top:-10px;
}

div.align_right {
	text-align:right;
}

/* Forums
 */
div.forums {
	padding:0;
	max-width: 900px;
	margin: 0 auto;
}

div.forums div {
	padding:16px 24px;
}

div.forums div.section {
	background-color:#242424;
	color:#ffffff;
	font-weight:600;
	font-size:14px;
	border-radius:0;
	border-bottom:none;
	margin-top: 32px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

div.forums div.title {
	background-color:#ffffff;
	font-weight:400;
	border:1px solid #e6e6e6;
	border-radius:4px;
	cursor:pointer;
	transition: all 0.2s ease;
	margin-bottom: 12px;
}

div.forums div.title:hover {
	background-color:#f9f9f9;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	border-color: #d0d0d0;
}

div.forums div.title a {
	color:#242424;
	font-size:18px;
	font-weight:500;
	text-decoration:none;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.forums div.title a:hover {
	color:#000;
}

div.forums img.icon {
	height:20px;
	margin-right:15px;
}

div.forums div.description {
	padding-left:0;
	padding-top:8px;
	padding-bottom:8px;
	color:#6b6b6b;
	font-size:15px;
	line-height:1.6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	background-color:#ffffff;
}

div.forums div.topics {
	text-align:right;
	color:#6b6b6b;
	font-size:14px;
	padding-top:8px;
	padding-bottom:16px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#ffffff;
}

div.forums div + div.section {
	margin-top:15px;
}

/* Forum
 */
table.topics {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	margin-top: 24px;
}

table.topics thead th {
	background-color:#242424;
	color:#ffffff;
	font-weight:500;
	padding:12px 16px;
	font-size:14px;
	border:none;
}

table.topics thead th:first-child {
	border-top-left-radius:4px;
}

table.topics thead th:last-child {
	border-top-right-radius:4px;
}

table.topics td {
	font-size:15px;
	padding:12px 16px;
	border-bottom:1px solid #f0f0f0;
}

table.topics tbody tr:hover {
	background-color:#f9f9f9;
	cursor:pointer;
}

table.topics td:nth-child(2) {
	width:150px;
}
table.topics td:nth-child(3) {
	width:100px;
}
table.topics td:nth-child(4) {
	width:200px;
}

@media (max-width:767px) {
	table.table th:nth-child(n+3),
	table.table td:nth-child(n+3) {
		display:none;
	}
}

table.table tr.sticky td {
	background-color:#e8e8ef;
}

img.icon {
	position:absolute;
	height:20px;
	margin-left:15px;
}
img.icon + img.icon {
	margin-left:40px;
}

/* Topic
 */
div.topic h2 {
	margin-top:5px;
	font-size:32px;
	font-weight:700;
	color:#242424;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.25;
}

div.topic h3 {
	font-size:16px;
	font-weight:400;
	margin-bottom:24px;
}

div.topic h3 a {
	color:#6b6b6b;
	text-decoration:none;
}

div.topic h3 a:hover {
	color:#242424;
}

div.topic ul.pagination {
	margin-top:0;
}

div.topic div.panel {
	border:1px solid #e6e6e6;
	border-radius:4px;
	margin-bottom:20px;
	box-shadow:none;
}

div.topic div.panel-heading {
	background-color:#f9f9f9;
	border-bottom:1px solid #e6e6e6;
	padding:12px 20px;
	font-size:14px;
	color:#6b6b6b;
}

div.topic div.panel-heading div div:nth-child(2) {
	text-align:right;
}

div.topic div.panel-body {
	padding:20px;
	font-size:16px;
	line-height:1.6;
	color:#242424;
}

div.topic div.message {
	font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom:16px;
}

div.topic div.signature {
	margin-top:16px;
	padding-top:16px;
	border-top:1px solid #f0f0f0;
	font-size:14px;
	color:#6b6b6b;
	font-style:italic;
}

div.topic div.preview {
	display:none;
	border:2px dashed #ff8080;
}

div.topic img.avatar {
	max-width:100px;
	max-height:100px;
	padding:1px;
	float:right;
	border:1px solid #e6e6e6;
	border-radius:50%;
	margin-bottom:10px;
	margin-left:15px;
}

div.edit input {
	width:100px;
}

/* Form elements styling */
div.topic label {
	font-weight:500;
	color:#242424;
	font-size:15px;
	margin-top:16px;
	margin-bottom:8px;
}

div.topic textarea.form-control,
div.topic input.form-control {
	border:1px solid #e6e6e6;
	border-radius:4px;
	padding:12px;
	font-size:15px;
	line-height:1.6;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.topic textarea.form-control:focus,
div.topic input.form-control:focus {
	border-color:#242424;
	outline:none;
	box-shadow:none;
}

div.topic .btn-group {
	margin-top:20px;
}

div.topic .btn {
	background-color:#242424;
	color:#fff;
	border:1px solid #242424;
	padding:8px 16px;
	font-size:14px;
	border-radius:20px;
	transition: all 0.2s ease;
}

div.topic .btn:hover {
	background-color:#000;
	border-color:#000;
}

div.topic .btn-default {
	background-color:#fff;
	color:#242424;
	border:1px solid #e6e6e6;
}

div.topic .btn-default:hover {
	background-color:#f9f9f9;
	border-color:#d0d0d0;
	color:#242424;
}

@media (max-width:767px) {
	div.topic img.avatar {
		max-width:50px;
		max-height:50px;
	}
	
	div.topic h2 {
		font-size:24px;
	}
}

div.topic div.panel-body img + img {
	padding-bottom:15px;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:15px;
}

div.topic div.edit {
	clear:both;
	text-align:right;
}

div.topic div.signature {
	clear:both;
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #e0e0e0;
	font-size:10px;
	color:#808080;
}

span.registered {
	color:#0080ff;
	cursor:pointer;
}

textarea.form-control {
	max-width:none;
	height:100px;
	resize:vertical;
}

form.update input#username {
	position:relative;
	top:-53px;
	left:-12px;
	margin-bottom:-35px;
	max-width:220px;
}

ul.bbcodes {
	font-family:sans-serif;
}

/* Smilies
 */
div.smilies img {
	margin-left:2px;
	cursor:pointer;
}
