.controller-stat {
    text-align: right;
}

.controller-stat-a {
    background-color: #eef5fd;

}
.controller-stat-b {
    background-color: #f2ffec;
}

td.controller-stat {
    line-height: 1.1 !important;
}

tbody tr:nth-child(2n+1) td.controller-stat-a {
    background-color: #dbe9fa;
}
tbody tr:nth-child(2n+1) td.controller-stat-b {
    background-color: #e2ffd6;

}

table.controller-table tbody td {
    line-height: 18px;
    padding: 4px 5px;
    font-size: 13px;
}

table.controller-table .nobr {
     line-height: 280% !important;
}
table.controller-table thead th {
    line-height: 18px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: normal;
}

table.controller-table thead tr {
    border-bottom: 0;
}