body {
    background: #004586;
    color: #ffffff;
    font-family: "Arial";
    white-space: nowrap;
}

table {
    border-collapse: collapse;
    white-space: nowrap;
    table-layout: fixed;
}

table tr td.pll {
    background: #000080;
    text-align: center;
    border-left: 8px solid #004586;
}

table tr td.plr {
    background: #000080;
    text-align: right;
}

table tr td.poteam {
    text-align: right;
    overflow: hidden;
}

table tr td.score {
    text-align: center;
}

table tr td.header2 {
    color: #ff6600;
    font-weight: bold;
}

table tr td.header1 {
    font-weight: bold;
    color: #ff0000;
}

a:link,
a:visited {
    background-color: #f44336;
    color: white;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:active {
    background-color: red;
}

.is-hidden {
    visibility: hidden;
}
