﻿table.acessummary {
    margin-top: 20px;
    border: thin solid #333;
    background-color: #eee;
    color: #333;
    border-collapse: collapse;
}

table.acessummary th {
    padding: 8px 6px;
    background-color: #107298;
    color: #eee;
    font-weight: normal;
    word-wrap: break-word;
    max-width: 120px;
}

table.acessummary td {
    border: thin solid #333;
    padding: 2px 4px;
}

table.acessummary td:nth-child(n+4) {
    font-size:12px;
}

table.acessummary th.head {
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}

table.acessummary th.minor {
    font-size: 12px;
}

table.acessummary th.rminor {
    font-size: 12px;
    text-align:right;
}
    table.acessummary th:nth-child(n+2) {
        max-width: 80px;
    }
    table.acessummary th:nth-child(n+3) {
        max-width: 80px;
    }

    span.comments {
        color: green;
    }

    span.affected {
        display:block;
        color: red;
    }

.examnum {
    color: darkorchid;
}
