.powerless,.soso,.okey,.littlecharacter,.symbol{
position: relative;
top: -1px;
padding: 2px 5px;
color: #fff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}

.littlecharacter{
background-color:#d0a14f;
}

.symbol{
background-color:red;
}

.okey{
background-color:#2fc170;
}

.soso{
background-color: #4fd098;
}

.powerless{
background-color:#FF0000;
}