.nav-bubble-sm .nav-bubble-sm__link {
    line-height: 35px;
    background: #eeeeee center left/10px no-repeat;
    color: #475669;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    padding: 0 15px 0 10px;
    margin: 0 7px 10px 0;
    border-radius: 2px;
    position: relative;
}
.nav-bubble-sm .nav-bubble-sm__link.active {
    background-color: #475669 !important;
    color: #ffffff;
}