@import url("common.css");
@import url("../style.css");

/* -----------------------------------------
   CAPABILITIES PAGE OVERRIDES & RESPONSIVE
----------------------------------------- */
@media (max-width: 767px) {
    .dm-sidebar-nav {
        margin-bottom: 30px;
    }
}
