﻿.navbar-brand h1 {
    font-size: 1.5rem !important;
}

#grid {
    font-size: 12px;
}

#grid a {
    box-shadow: unset !important;
}

.mobile_grid_title {
    display: none;
}

.top-nav-wrapper {
    display: flex;
}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.k-tooltip-content {
    overflow-wrap: anywhere;
}