/* Global font settings for modern, professional appearance matching skmop.cz */
* {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
}

#NavBar p{
    text-align: center;
    margin: auto;
    font-weight: bold;
    font-size: 0.9em;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}
#NavBar {
    z-index: 2;
    height: 2.5em;
    background-color: #333333;
    display: flex;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}
#team\[\]{
    width: 5em;
    height: 1.5em;
    margin-left: 0.25em;
    margin-top: 0.5em;
    margin-right: 0.5em;
    font-size: 0.875em;
}
h1{
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    font-weight: bold;
    font-size: 1em !important;
}
h1 a {
    color: #FFFFFF;
    text-decoration: none;
}
h1 a:hover {
    color: #2ba6cb;
}
#NavBar h1,
#record_header {
    font-size: 1em !important;
}
#header_div{
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2.5em;
    transform: translate(-50%, -50%);
}
@media print {
    #NavBar{
        display: none;
    }
}