body {
	text-align: left;
	line-height: 1.3;
}

a {
	color: #9797a2;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.wrapper {
	width: 100%;
	min-width: auto;
}

.forum_status {
	background: none;
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.forum_off,
.forum_offlock,
.forum_offlink,
.subforum_minion,
.subforum_minioff,
.subforum_miniofflock,
.subforum_miniofflink {
	background-position: 0 0;
}

.subforumicon {
	height: 7px;
	width: 7px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 50%;
}

.subforum_minion {
	background: #ffd600;
}

.subforum_minioff {
	background: #f5f5f5;
}

.subforum_miniofflock {
	background: #e14b4a;
}

.subforum_miniofflink {
	background: #f5f5f5;
}

table {
	color: #726e7d;
	font-size: 14px;
}

.tborder {
	background: none;
	border: 0;
	padding: 0;
}

.thead {
	border-bottom: 0;
}

.thead strong {
	font-weight: bold;
}

.tcat {
	color: #726e7d;
	background: none;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	font-size: 13px;
}

.tcat strong {
	font-size: 12px;
	font-weight: normal;
}

.trow1,
.trow2 {
	background: none;
	border: 0;
	border-color: none;
}

.trow_shaded {
	background: #100f0f;
	border: 0;
}

trow_deleted,
.post.deleted_post {
	background: none;
}

.trow_deleted,
.post.deleted_post {
	background: #3b1414;
	color: #726e7d;
	padding: 10px 15px;
	border-bottom: 1px solid #071521;
	border-right-color: none;
	border-bottom-color: none;
}

.trow_selected .author-info,
.trow_selected .post-info {
	background: rgb(14, 15, 16);
}

.tfoot {
	border-top: 0;
	padding: 0;
	background: none;
	color: #726e7d;
}

.navigation {
	color: #726e7d;
	font-size: 13px;
}

.smalltext {
	font-size: 12px;
}

fieldset {
	border: none;
	border-radius: 3px;
	background: #1c1f27;
	color: #cbc3c3;
}

form {
	margin: 0;
	padding: 0;
}

button:not(:first-child),
input.button:not(:first-child) {
	margin-left: 10px;
}

form #message {
	width: 100%;
}

.editor_control_bar {
	background: #433535;
	padding: 10px 20px;
	margin-top: 5px;
	border-radius: 3px;
	border: 0;
}

.editor_control_bar a {
	font-weight: bold;
}

.trow_reputation_positive {
	background: none;
}

.trow_reputation_negative {
	background: none;
}

img.attachment {
	border: 1px solid #1975e2;
	padding: 0;
}

hr {
	background-color: #13151a;
	color: #13151a;
}

.clear {
	clear: both;
}

.expcolimage {
	margin-top: 0;
}

blockquote {
	margin: 5px 0;
	border-radius: 3px;
	color: #fff;
	background: none;
	border: 1px solid #151a21;
}

blockquote cite {
	border-bottom: 1px solid #151a21;
	color: #5abe49;
	font-size: 14px;
	padding: 5px 0;
	padding-top: 3px;
	margin: 0 0 8px 0;
}

.codeblock {
	margin: 5px 0;
	border-radius: 3px;
	background: none;
	color: #ffffff;
	border: 1px solid #151a21;
}

.codeblock .title {
	border-bottom: 1px solid #151a21;
	font-style: normal;
	display: block;
	color: #5cbf49;
	font-size: 13px;
	padding: 5px 0;
	padding-top: 3px;
	margin: 0 0 8px 0;
}

.codeblock.phpcodeblock span {
	color: #FFF !important;
}

.pm_alert, .red_alert {
	background: #0d0e11;
	border-radius: 8px;
	border: 0;
	color: #fff;
	font-size: 14px;
	padding: 18px 10px;
	word-wrap: break-word;
	margin-bottom: 30px;
}

.red_alert {
	color: #b43f3f;
}

div.error a, .pm_alert a, .red_alert a {
    color: #fff;
    font-weight: bold;
}

div.error a:hover {
	color: #0d0e11;
}

.pm_alert a:hover, .red_alert a:hover {
	color: #4fbc4e;
}


div.error {
	padding: 10px 15px;
	background: #b23636;
	border: 0;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

div.error p em {
	color: #fff;
	padding-left: 0;
	background: none;
}

div.error ul {
	margin-left: 0;
	padding-left: 16px;
}

.pagination {
	font-size: 10pt;
	margin: 10px 0;
}

.pagination a {
	background: #0c0d15;
	border: none;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pagination a:hover {
	background: #03714d;
	color: #fff;
}

.pagination .pagination_current {
	background: #15d1a4;
	border: 1px solid transparent;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 5px;
	color: #fff;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: 0px;
}

.post {
	overflow: auto;
}

.post.classic {
	padding-top: 0;
}

.post .post_head {
	font-size: 13px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.post .post_head span.post_date {
	color: #9797a2;
}

.post .post_head span.edited_post {
	font-size: 13px;
	color: #726e7d;
}

.post .post_head span.edited_post a {
	color: #726e7d;
}

.post_body {
	font-size: 13px;
	padding: 0;
}

.post .post_meta {
	margin: 0;
	font-size: 13px;
	color: #9797a2;
}

.postbit_buttons a,
.postbit_buttons>a:link,
.postbit_buttons>a:hover,
.postbit_buttons>a:visited,
.postbit_buttons>a:active {
	background: none;
	padding: 6px 12px;
	border: 1px solid #13151a;
	border-radius: 3px;
	font-size: 13px;
	text-transform: unset;
	font-weight: 500;
	padding: 6px 11px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	margin: 0 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.postbit_buttons a:hover,
.postbit_buttons>a:hover {
	background: rgb(67, 185, 82);
	color: #fff;
}

.postbit_buttons a span,
.postbit_buttons>a span {
	padding-left: 0;
	display: inline-block;
	height: auto;
	background: none;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
	display: none;
}

.modal {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.10);
	padding: 20px;
}

.tborder {
	margin-top: 0;
}

.avatarep_bg {
	border-radius: 50%
}
		
		
		
		
		