
.tab-link {
    font-size: 1em;
    background-color: #e6e6e6 !important;
    border-right: #f4f2ee solid 1px !important;
    border-top: #e6e6e6 solid 3px !important;

}

.selected.tab-link {
    color: #22655a !important;
    background-color: #f6f6f6 !important;
    border-top: #c63b4e solid 3px !important;
    font-weight: 700;
}


.navbar {
    box-sizing: border-box;
    background-color: #e6e6e6;
    max-height: 45px;
    overflow-y: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.navbar a {
    padding: 9px 13px;
    display: inline-block;
    height: 44px;
    scroll-snap-align: start;
}
