.ocean-coloured-tab-container {
    border-spacing:0px;
    padding-left: 5px;
    cursor: pointer;
    border-collapse: separate;
}

.ocean-coloured-tab-cell {
    box-shadow: 0 1px 2px 1px #aaa;
    border-radius: 5px;
}

.ocean-coloured-tab-cell.Awards.active {
    background-color: #FCA311;
}

.ocean-coloured-tab-cell.Pod.active {
    background-color: #5FCDF9;
}

.ocean-coloured-tab-cell.BW.active {
    background-color: #FF7676;
}

.ocean-coloured-tab-cell.inactive{
    background-color: white;
}

.ocean-coloured-tab-text {
    padding: 7px 15px 7px 15px;
    white-space: nowrap;
    display: block;
    font-weight:bold;
    color: black;
}

.ocean-tab-container {
    cursor: pointer;
    padding: 3px;
    width: 100%
}

.ocean-tab-cell {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border: 1px solid gray;
}

