﻿
table.rfgscore th {
    padding: 8px 6px;
    background-color: #107298;
    color: #eee;
    font-weight: normal;
    word-wrap: break-word;
    max-width: 120px;
    border: 1px solid #eee;
}

table.rfgscore td {
    padding: 4px 4px;
    white-space: pre-wrap;
    border: 1px solid #777;
    word-wrap: break-word;
    background: #eee;
}

    table.rfgscore td.percent {
        background-color: #ddd;
    }
