.reputation {
	display: flex;
	float: left;
	height: 35px;
    width: 1200px;
    
}
.inner {
    margin-left: 25px;
}

.repname {
    position: relative;
    width: 350px;
    height: 25px;    
    padding: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 28px;
}

.repstanding {
    position: relative;
    width: 350px;
    height: 25px;    
    padding: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
}

.repline {
    position: relative;
    width: 500px;
    height: 25px;
    padding: 5px;	
}

.repbackground {
    position: absolute;
    background-color: darkgray;
    width: 490px;
    height: 25px;
}

.rep {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    background-color: gray;    
    height: 25px;
    box-sizing: border-box;
}

.reptext {    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.levelone {
    font-size: 20px;
}

.reppercent {
	line-height: 15px;
	position: absolute;
	text-align: center;
	top: 85px;
	width: 200px;
	z-index: 10;
}

.clear {
	clear: both;
}

.repname.showsbar10 {
    font-size: 16px;
    margin-left: 50px;
}

.repname.showsbar11 {
    font-size: 16px;
}

.repbackground.showsbar10 {
    display: none;
}

.rep.tier20, .rep.tier25, .rep.tier30, .rep.tier40 {
    background-color: #01b2f1;
}

.rep.tier100, .rep.tier101, .rep.tier80, .rep.tier81 {
    background-color: #cc3609;
}

.rep.tier102, .rep.tier81 {
    background-color: #cc3609;
}

.rep.tier103, .rep.tier82 {
    background-color: #cc3609;
}

.rep.tier50, .rep.tier60, .rep.tier61, .rep.tier70, .rep.tier71, .rep.tier83 {
    background-color: #edba03;
}

.rep.tier51, .rep.tier62, .rep.tier73, .rep.tier72, .rep.tier84 {
    background-color: #0f9601;
}

.rep.tier30, .rep.tier52, .rep.tier63, .rep.tier74, .rep.tier85 {
    background-color: #0f9601;
}

.rep.tier31, .rep.tier53, .rep.tier64, .rep.tier75, .rep.tier86 {
    background-color: #0f9601;
}

.rep.tier07, .rep.tier109, .rep.tier32, .rep.tier54, .rep.tier65, .rep.tier76, .rep.tier87 {
    background-color: #28a687;
}