body {
}

ul.footer {
    margin-top: 10px;
    text-align: center;
}

ul.footer li {
    color: #333;
    display: inline-block;
}

#footer {
    bottom: -50px;
    height: 50px;
    left: 0;
    right: 0;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.d-none {
    display: none;
}

#banner-dismiss {
    background: none;
    border: none;
    font-size: 20px; /* Adjust size as needed */
    font-weight: bold;
    color: #000;
    cursor: pointer;
    padding-bottom: 5px;
}

#banner-dismiss:hover {
    color: red; /* Change color on hover */
}

.patch-notes-banner {
    background-color: rgba(255, 242, 0, 0.739);
    padding: 10px;
    text-align: center;
    margin: auto;
}
