/* GridView sort icons */
a.asc::after,
a.desc::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
}

a.asc::after {
    border-bottom: solid 7px #002b69;
    border-top-width: 0;
}

a.desc::after {
    border-top: solid 7px #002b69;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}
