html , body {
	background-color: #f9f9f9;
}

.quote {
	border-left: 4px solid rgba(0,0,0,.87);
	padding: 5px 0px 5px 5px;
	margin-bottom: 4px;
}

.quote .author {
	color: #929292;
	font-style: italic;
}

.navbar {
	border-radius: 0px !important;
}

.navbar .item:before {
	display: none !important;
}

.navbar .grid {
	padding-top: 0;
}

.vix {
	color: #666aff !important;
}

.vex {
	color: #1ce087 !important;
}

.subforum {
	width: 70%;
}

[class*='col-'] {
	padding-bottom: 1px;
}
.subforum a {
	color: #000;
}
.subforum a .content {
	padding: 1em;
	overflow: auto;
}
.subforum .info {
	margin: auto !important;
}
.subforum .statistics, .subforum .statistics .statistic {
	margin: 0px;
}

.subforum-title {
	overflow:auto;
}

.subforum-title .title {
	float:left;
	font-weight:#700;
	font-size: 1.71428571rem;
}

.subforum-title .push-right {
	margin-bottom: 4px;
}

.subforum-title .push-right .button {
	color: #fff;
}

.main-section .thread:first-child {
	margin-top:10px;
}

.main-section .thread-a {
	margin-bottom: 6px;
	
}

.fourmtitle {
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: 700;
}

.fourm-title {
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: 700;
}

.thread .header {
	color: #000;
	font-size: 1.4rem;
}

.clothes-panel {
	background-color: #e5e5e5;
	border-radius: 5px;
	float: left;
	margin: 5px;
	padding: 10px;
	position: relative;
}

.clothes-panel.wearing {
	box-shadow: inset 0 0 0 5px #af2828;
}

.clothes-panel.cross {
	position: absolute;
	border-radius: 50%;
	background: red;
	border: 3px solid #af2828;
	top: -15px;
	right: -15px;
	z-index: 1;
	width: 30px;
	height: 30px;
	padding: 0;
}

.clothes-buttons {
	position: absolute;
	top: -40px;
	z-index: 1;
}

.clothes-buttons ul {
	padding: 0;
}

.clothes-buttons li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px;
	background-color: #24af7f;
	border-radius: 5px 5px 0 0;
	color: white;
	box-shadow: 0 -1px 2px rgba(1,1,1,0.3);
}

.clothes-buttons a {
	text-decoration: none;
	color: white;
}

li.selected {
	background-color: white;
}

li.selected a {
	color: #24af7f;
}