﻿.eh-nav-tabs {
    border: none !important;
}

.eh-nav-link {
    font-size: 20px;
    border: none !important;
    padding-left: 0px;
    color: #212529;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #007bff;
    /*border-bottom-style: solid !important;
    border-bottom-width: 2px !important;*/
    padding-bottom: 0px;
    font-weight: 400;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #007bff;
        padding-bottom: 0px;
        font-weight: 400;
        border-bottom-style: solid !important;
        border-left-width: 8px !important;
        border-radius: 0px;
        padding-left: 5px;
    }