.frb-tabs-container {
    position: relative;
}

.frb-tabs {
    height: 28px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dfddd8;
}

.frb-tabs li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0 4px 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.frb-tabs li:first-child {
    margin-left: 0px;
}

.frb-tabs li a.frb-tabs-item {
    float: left;
    padding: 4px 10px;
    font-size: 11px;
    text-decoration: none;
    font-family: 'RobotoCondensedBold', sans-serif;
    color : #001F33;
    background: #F5F2ED;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.frb-tabs li a.frb-tabs-item:hover {
    background: #F5F2ED;
    color: #B3BDD6;
}

.frb-tabs li.selected {}

.frb-tabs li.selected .frb-tabs-item,
.frb-tabs li.selected .frb-tabs-item:hover {
    cursor: text;
    color: #B3BDD6;
    background: #001F33;
}

.frb-tabs-container > a.frb-tabs-data-download {
    display: block;
    font-size: 12px;
    font-family: 'RobotoCondensedRegular', sans-serif;
    color: #fff;
    background: #41a8df;
    position: absolute;
    top: 0;
    right: 0;
    height: 2em;
    z-index: 1000;
}