:root {
    --light-blue: rgb(0, 183, 255);
    --light-blue-hover: rgb(66, 242, 255);
}

.zl-container-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.zl-game-select {
    display: flex;
    align-items: center;
    border: 0px;
    padding: 0px;
    margin: 5px;
    color: rgb(50, 50, 50);
    border-radius: 10px;
    height: 150px;
    width: 90px;
    background-color: black;
}

.zl-nav-button {
    border: 0px;
    margin: 5px;
    color: rgb(50, 50, 50);
    border-radius: 10px;
    height: 50px;
    background-color: var(--light-blue);
}

.zl-hsk-select {
    border: 0px;
    margin: 5px;
    color: rgb(50, 50, 50);
    border-radius: 10px;
    height: 100px;
    width: 300px;
    background-color: rgba(134, 187, 35, 0.8);
    color: rgba(0,0,0,0.75);
}

.zl-hsk-select:active {
    border: 0px solid white;
}

.zl-hsk-select:hover {
    background-color: rgba(191, 231, 117, 0.8);
}

.zl-lesson-select-panel {
    border: 0px;
    margin: 2px;
    color: rgb(50, 50, 50);
    border-radius: 10px;
    height: 50px;
    width: 100%;
    background-color: rgba(134, 187, 35, 0.8);
    color: rgba(0,0,0,0.75);
}

.zl-lesson-select-panel:hover {
    background-color: rgba(191, 231, 117, 0.8);
}

.zl-table {
    table-layout: fixed;
    width: 100%;
}

.zl-game-select-button {
    color: white;
    border-width: 0px;
    font-size: 30px;
    width: 100%;
    background-color: orangered;
    border-radius: 10px;
}

.zl-game-select-button span {
    color: rgb(236, 236, 236);
    font-size: 20px;
}