.content-container {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .content-container {
        width: calc(100vw - 1rem);
        padding: 1rem 0.5rem;
    }
}

#admin_back:hover:before {
    content: "Home";
}

input.slim-input {
    height: 34px;
    box-shadow: none !important;
    color: #eee !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    margin-left: 8px;
    border-radius: 3px 3px;
    border-bottom: 1px solid #eee;
}

.Select-menu-outer {
    color: #333;
}

.dash-filter input {
    color: #aaa !important;
}

summary {
    font-weight: bold;
}

summary:not(:last-child) {
    margin-bottom: 1rem;
}
