@media (max-width: 1024px) { /* 950 */
    .Hider {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .selection {
        display: block;
    }
}
@media (min-width: 768px) {
   .navbar-brand {
       display: none;
   }
}
@media (max-width: 1024px) {
    table.footable tbody tr td {
        font-size: 13px !important;
    }
    .Leaders {
        font-size: 16px;
        margin: 0;
        line-height: 37px;
    }

    .Loch {
        min-width: 15px;
    }
    .Header {
        font-size: 14px;
    }
    table.footable tbody tr td {
        line-height: 1.75;
    }
}