
.mycontainer .nav-tabs .nav-link{
    border-color: #dee2e6 #dee2e6 #fff;
   color: #547fbf !important;
    font-family: inherit;
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid;
        margin-bottom: 10px;
    margin-right: 10px;
}
.mycontainer .nav-tabs .nav-link.active {
     color: white !important;
    background-color: #547fbf;
    
}

.mycontainer .nav-tabs {
    border-bottom: 1px solid transparent !important;
}
