﻿body {
    background-color: #ddd;
}

table {
    font-size: smaller;
}

td {
    /* word-wrap: break-word; */
}

.headerrow {
    background-color: black !important;
    color: white !important;
    /*font-size: smaller !important;*/
    word-wrap: unset !important;
}

.evenrow {
    background-color: #eee !important;
}

.oddrow {
    background-color: #fff !important;
}

.pre {
    white-space: pre;
    overflow: auto;
}

.table-condensed {
    font-size: 10px;
}

@media print {
    .headerrow {
        background-color: white !important;
        color: black !important;
    }
}
