.people_filter {
    margin-left: 10px;
    font-weight: bold;
}

.people_table {
    width: 100%;
    background: #E7F1D1;
}
.people_table td {
    padding: 5px 10px;
    background: #FFF;
}
.people_table td p {
    font-weight: bold;
    text-align: center;
}

.perf_table {
    width: 100%;
}
.perf_table td {
    padding: 5px 0 5px 5px;
}
.perf_table td p {
    text-align: left;
    font-weight: normal;
}
.rating_up_text {
    font-size: 13px;
    color: #579A0F;
}
.rating_down_text {
    font-size: 13px;
    color: #E30000;
}