.potato-dark {
    overflow: hidden;
    background-color: #363636;
    min-width: 100%;
    color: white;
}

.potato-nav {
    line-height: 3;
}

a.w3-hover-dark-grey:hover {
    background-color: #292929 !important;
    color: white !important;
}

button.w3-button.w3-hide-small {
    background-color: #363636 !important;
    color: white !important;
}

button.w3-button.w3-hide-small:hover {
    background-color: #363636 !important;
    color: white !important;
}

.w3-dropdown-content.w3-bar-block.w3-card-4.w3-dark-grey.w3-hover-dark-grey {
    background-color: #363636!important;
}

.w3-dropdown-content.w3-bar-block.w3-dark-grey.w3-hover-dark-grey {
    background-color: #363636!important;
}

button.w3-button {
    background: #363636!important;
    color: white!important;
}

button.w3-button:hover {
    background-color: #292929 !important;
    color: white!important;
}

a#steam {
    display: block;
    color: white;
    padding: 0px 16px;
    text-decoration: none;
    outline: none
}

a#steam:hover {
    background-color: #292929!important;
    text-decoration: none;
    color: white!important;
}

#mobile-responsive {
    overflow: visible;
}

button.w3-button.fix {
    background-color: #363636!important;
}

.matchmaking-status {
    position: absolute;
    background-color: #363636;
    color: white;
    min-width: 25rem;
    left: 50%;
    transform: translateX(-50%);
}

.matchmaking-status .is-party-leader {
    border-bottom: 3px solid #ffe08a;
}
