﻿@media(min-width: 576px) {
    .shrink-nav-item {
        max-width: 30%;
        padding-right: 7px;
    }
}

.hide-overflowed {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
