/*Light/Dark Modus*/


.webhead {
    /*border: 2px solid black;*/
    height: 10%;
    padding-bottom: 3%;
    padding-top: 8px;
    padding-left: 8px;
}

.logo, .webtitle {
    float: left;
    display: inline;
    max-height: 100%;
    text-align: center;
}

#webtitle {
    float: right;
    color: #CCCCCC;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#MainContent {
    border: 2px solid #CCCCCC;
    font-size: 1vw;
    color: #CCCCCC;
    scroll-behavior: auto;
}

body {
    background-color: #1E1E1E;
}

table {
    border: 2px solid #CCCCCC;
}

.playerSpace {
    max-height: 600px;
    scroll-behavior: auto;
    overscroll-behavior:inherit;
    overflow:auto;
}

a {
    color: #9CDCDA;
}

/*#style="width: 100%; float: left; background-color: #0064A9; padding-top-bottom: 10px;"*/
#SelectBox {
    width: 100%;
    align-content: center;
    background-color: #0064A9;
}

.btn {
    align-items: center;
    background-color: #0064A9;
    border: 2px solid #0064A9;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn:hover {
    background-color: #666666;
}

.entry {
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-bottom: 2px solid #666666;
}