#level-select-button {
    position: fixed;
    top: 35px;
    right: 34px;
    height: 30px;
    width: 20px;
    z-index: 50;
    display: none;
}

#ui-map-select {
    overflow: auto;
    position: fixed;
    top: 70px;
    left: 15px;
    background-color: white;
    padding: 20px;
    width: calc(100% - 70px);
    max-height: calc(100% - 140px);
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
}

#ui-map-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ui-map-select ul li {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

#ui-map-select ul li:last-child {
    margin-bottom: 0;
}

#ui-map-select ul li.level-won {
    background-color: #2ecc71;
    color: white;
}

#ui-map-select-close {
    position: fixed;
    top: 25px;
    right: 29px;
    height: 30px;
    width: 30px;
    z-index: 1000;
}
