/* Base font familytd.discipline {
    color: beige;
    background-color: gray;
    font-weight: bold;
    font-size: 0.875rem;
}all elements matching skmop.cz */
* {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
}

tr.header {
    color: beige;
    background-color: gray;
    font-weight: bold;
    font-size: 0.875em;
}
tr.odd {background-color: lightgray}

td {
    padding: 0.4em;
    height: 0.9375em;
    font-size: 0.875em;
}
td.discipline {
    color: beige;
    background-color: gray;
    font-weight: bold;
    width: 6em;
    min-width: 6em;
    max-width: 6em;
    white-space: nowrap;
    position: sticky;
    left: 0;
    z-index: 1;
}
td.club {
    width: calc((100% - 6em) / 8);
    min-width: 8em;
    white-space: nowrap;
}
table {
    margin: auto;
    width: 100%;
    table-layout: fixed;
}
a{
    color: beige;
    font-weight: bold;
}
button, select{
    border: black 1em;
    background-color: white;
    transition: background-color linear 200ms;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875em;
}
button:hover{
    background-color: deepskyblue;
    transition: background-color linear 200ms;
}
select:hover{
    background-color: deepskyblue;
    transition: background-color linear 200ms;
}
tr.pool_length *{
    width: 0.625em;
}
#navigation_bar {
    margin-top: 3em;
    margin-bottom: 1.25em;
    display: flex;
    justify-content: center;
}
#gender_selector {
    display: flex;
    gap: 1.25em;
}
#table{
    display: block;
    overflow-x: auto;
    width: 100%;
}
table{
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
fieldset.field_set_selector{
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 0;
    border: solid black 0.0625em;
}
fieldset.field_set_selector *{
    width: auto;
    padding: 0.625em 0.9375em;
    margin: 0;
    border: none;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1;
}
#update_date{
    margin-left: 85%;
}
td.discipline{
    position: sticky;
    left: 0px;
    z-index: 1;
    background-color: gray;
}
tr.header{
    background-color: gray;
    color: beige;
}
tr.header td{
    background-color: gray;
    color: beige;
}
@media (min-width: 1200px) {
    #table {
        width: 85%;
        margin: 0 auto;
    }
}
@media print {
    #NavBar{
        display: none;
    }
    form{
        display: none;
    }
    table{
        border: solid black 1px;
    }
    #table{
       margin: 50px;
    }
    td.discipline {
        color: black;
        font-weight: bold;
    }
    a {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }
    #update_date{
        display: none;
    }
}
