
.nav-tabs>li>a{
    color: #afafaf;
    font-family: Roboto-Bold;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    border: none;
    padding: 0 3px;
    margin: 10px 30px 15px 0;
}

.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
    color: #419ff2;
    border: none;
    margin: 10px 30px 15px 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    background: transparent;
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 2px solid #419ff2;
    padding: 0 3px;
    margin: 10px 30px 15px 0;
}
.nav-tabs>li:last-of-type>a, .nav-tabs>li:last-of-type.active>a, .nav-tabs>li:last-of-type.active>a:focus, .nav-tabs>li:last-of-type.active>a:hover{
    margin-right: 0;
}