.md-grid {
    max-width: 100%;
}
@media (min-width: 1600px) {
    .md-sidebar {
        width: 18rem !important;
    }
    .md-nav{
        width: 16rem !important;
    }
}
