
.tab-bar{
    padding: 6px 0 ;
    overflow: auto;
    white-space: nowrap;
}

.tab-bar .bar-item{
    text-decoration: none;
    vertical-align: bottom;
    padding: 16px 8px;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #000032 !important;
    text-align: center;
     white-space: normal;
    width: 150px;
    height: 70px;
    line-height: 1.2;
}
.tab-bar .bar-item.selected{
    background-color: #f6f6f6 !important;
    font-weight: 700 !important;
    color: black !important;
    border-bottom: 4px solid #3C91E6 !important;
}