.psc {
    margin: 0;
    padding: 0;
    height: 16px;
}
.psc ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.psc ul li {
    float: left;
    text-align: center;
    margin:0;
}
.psc_w, .psc_m, .psc_s {
    padding: 2px 0;
    height: 12px;
    font-size: 10px !important;
    line-height: normal !important;
    font-family: Arial;
    color: #ADADAD;
    background-color: #F1F1F1;
    border-right: solid 1px #DEDEDE;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.psc_w {
    border-left: 1px solid #DEDEDE;
}

div.psc_strong .psc_w, div.psc_strong .psc_m, div.psc_strong .psc_s {
	background: #74C415;
	color: #74C415;
}

div.psc_medium .psc_w, div.psc_medium .psc_m {
	background: #F6CC28;
	color: #F6CC28;
}

div.psc_weak .psc_w {
	background: #FF651B;
	color: #FF651B;
}

div.psc_strong .psc_s, div.psc_medium .psc_m, div.psc_weak .psc_w {
	color:#000;
}

