/* Remove elevation from top bar */

.mud-elevation-4 {
    box-shadow: none !important;
}

/* Add top padding to content */

@media (min-width: 600px) {
    .mud-main-content {
        padding-top: 88px !important;
        padding-bottom: 88px !important;
    }
}

/* Hide toolbar title on small screens */

@media (max-width: 768px) {
    .nut-hidden {
        display: none !important;
    }
}
