.myT>.myPost:nth-child(even){
    background-color: #F5F5F5;
}
.myPost textarea[name='newlang'], textarea[disabled]{
    overflow: hidden;
    width: 370px;
}
.left{
    float: left;
}
.left.icon-arrow-right{
    display: block;
}
.right{
    float: right;
}
.clear{
    float: none !important;
    clear: both;
}
.aright{
    text-align: right;
}
.aleft{
    text-align: left;
}
.row-fluid [class*="span"]{
    position: relative;
}
.twoSide{
    position: absolute;
    right: 15px;
    top:0px;
    cursor: pointer;
}
#bars .row{
    border-bottom:  1px solid black;
    margin-bottom: 4px;
}
#bars .row>.left{
    width: 70px;
}
#bars .bar{
    width: 402px;
    height: 25px;
    margin-right: 20px;
    float:left;
}
#bars .bar>div{
    border: 1px solid black;
    background-color: red;
    height: 20px;
}

#mossT .cash_input.red{
    background-color: rgb(255, 202, 202);
}
#mossT .cash_input{
    width: 90px;
}
#mossT tr:nth-child(3n+1){
    background-color: #fafafa;
}
.bold{
    font-weight: bold;
}
.bm {
    color: #9ac708;
    font-weight: bold;
}
.red {
    color: red;
    font-weight: bold;
}

.mainBarMenu .brand.active {
	text-decoration: underline;
}
