@charset "UTF-8";

table {
    width: 100%;
    border: 0.15rem solid #09f;
    border-collapse: collapse;
}

table.highlight tr:nth-child(odd) {
    background-color: #eee;
}

table.highlight tr:nth-child(odd) a {
    background-color: #eee;
}

th {
    padding: 0.15rem;
    background-color: #ccc;
}

td {
    padding: 0.15rem;
    vertical-align: text-top;
}

@media print {
    table {
        border: 0.15rem solid #000;
    }
}
