﻿@media (max-width: 768px) {
    /* Hides the group panel (Drag a column header here...) */
    .k-grouping-header {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}
