﻿body {
    margin-top: 5px;
    font-size: 10pt;
    margin-left: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header {
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20pt;
}

.info {
    font-size: 13pt;
}

.box {
    border: 1px solid #000080;
    border-radius: 4px;
    background-color: InfoBackground;
    margin: 10px;
    padding: 5px;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
}

.classheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.resulttable {
    border-style: none;
}

    .resulttable td {
        font-size: 10pt;
        font-family: "Courier New", Courier, monospace;
        white-space: nowrap;
    }

.resultheader {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: solid 2px #FFFFCC;
    padding-top: 10px;
    color: #FFFFCC;
    background-color: Navy;
}

.r1 {
    background-color: #E6E6E6;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.r0 {
    background-color: White;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.s1 {
    background-color: #E6E6E6;
    font-size: 10pt;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
}

.s0 {
    background-color: White;
    font-size: 10pt;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
}

.miniurl {
    font-size: 10pt;
}

.split {
    font-style: italic;
}

a:active.rlink, a:link.rlink, a:visited.rlink {
    text-decoration: none;
    color: Maroon;
}

a:hover.rlink {
    text-decoration: underline;
    color: Red;
}

.classinfo {
}

.team0 {
    background-color: #D0F0FF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.team1 {
    background-color: #EEF7FF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.fullTable {
    border: 2px solid Silver;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 4px;
}

.styleBig {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 28pt;
    font-weight: bold;
}

.styleLegNr {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    border: 2px solid Gray;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    width: 25px;
}

.styleNameBox {
    border-bottom: 1px dashed Black;
}

.styleName {
    width: 200px;
    border-bottom: 1px dashed Black;
}

.styleNumber {
    text-align: right;
    width: 60px;
    border-bottom: 1px dashed Black;
}

#klassList {
    z-index: 1000;
    float: right;
    top: 75px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 10px 10px 10px;
    text-align: left;
    white-space: pre-wrap;
    background-color: #E6E6E6;
    padding: 5px 15px 5px 5px;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 2px #d0d0d0;
    opacity: 0.8;
}
/* Smartphone */
@media only screen and (max-width:480px) {
    #klassList {
        float: left;
        top: 75px;
        right: 0px;
        bottom: 0px;
        position: fixed;
        display: block;
        margin: 10px 10px 10px 10px;
        text-align: left;
        white-space: pre-wrap;
        padding: 5px 15px 5px 5px;
        text-decoration: none;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 2px 2px 2px #d0d0d0;
        opacity: 0.8;
    }
}

@media print {
    body {
        FONT-SIZE: 12pt;
        COLOR: black;
        FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
        BACKGROUND-COLOR: white;
        width: 90%;
    }

    .header {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .info {
        font-size: 13pt;
    }

    .box {
        margin-top: 5px;
        margin-bottom: 5px;
        border-style: none;
        background-color: White;
    }

    pre {
        font-family: "Courier New", Courier, monospace;
        font-size: 12pt;
        font-weight: bold;
    }

    .classheader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        font-weight: bold;
    }

    .resulttable {
        border-style: none;
    }

        .resulttable td {
            font-size: 12pt;
            font-family: "Courier New", Courier, monospace;
            white-space: nowrap;
        }

    .resultheader {
        border-width: 4px;
        font-family: "Courier New", Courier, monospace;
        font-size: 12pt;
        font-weight: bold;
        border-bottom: double 3px #C0C0C0;
        margin-top: 3px;
        color: #FFFFCC;
    }

    .r1 {
        font-size: 12pt;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    .r0 {
        font-size: 12pt;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    .miniurl {
        font-size: 10pt;
    }

    .split {
        font-style: italic;
    }

    .noprint {
        display: none;
    }

    rlink.a:active, rlink.a:link, rlink.a:visited, rlink.a:hover {
        text-decoration: none;
    }

    .classinfo {
    }

    #klassList {
        display: none;
    }

    .clblock {
        page-break-inside: avoid;
    }
}
