.user {
background: #142737;
color: #e4e4e4;
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-size: 13px;
    font-style: normal;
	text-align: left;
}

#posts_container {
    padding: 15px;
}

.tfixed {
    word-wrap: break-word;
}

.thead {
    background: #AD5910;
    color: #e4e4e4;
    transition-duration: .4s;
    padding: 10px;
    font-size: 13px;
}

.thead b, strong {
    color: #fff;

}

.theadindex {
    background: #273d4d;
    background-image: url(../../../images/SH/cato1.png);
	background-repeat: no-repeat;
    color: #e4e4e4;
    transition-duration: .4s;
    padding: 10px;
    font-size: 13px;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.stposts {
    background: #142737;
    color: #e4e4e4;
    padding: 20px;
    font-size: 13px;
    text-align: justify;
}

.postip {
    background: #142737;
    color: #e4e4e4;
    padding: 10px;
    font-size: 10px;
    text-align: right;
}

fieldset {
    background: #142737;
    border: 1px solid #273d4d;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

.fa-angle-double-up::before {
    background: #0f7879;
    color: #fff;
    padding: 12px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
		

.lgendindex {
font-size: 12px;
background: #142737;
color: #e4e4e4;
padding: 6px 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border: 2px solid #ac580e;
}
		
		