#team-tabs ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 4px solid #f68420;
}

#team-tabs ul li {
    margin-right: 5px;
}

#team-tabs ul li a {
    display: block;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    background: #eaeaea;
    color: #003366;
    font-weight: 600;
    text-decoration: none;
}

#team-tabs ul li.ui-state-active a {
    background: #f68420;
    color: white !important;
}

#team-tabs ul li a:hover {
    background: #f68420;
    color: white;
}
