.team-members {
    column-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}

.team__fields {
    float: left;
    width: 300px;
    margin-left: 10px;
}

.bio__intro {
    padding: 0 !important;
}

.bio__member__img {
    width: 100px;
}

.bio-list .section-divider {
    width: 100%;
}

.bio__profile {
    width: 300px;
}

.bio__profile tr td:first-child {
    padding: 0px 10px 10px 0px;
    vertical-align: top;
    width: 100px;
}

.bio-list ul {
    margin: 0 !important;
    padding: 0 !important;
}

.bio {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0 0 10px 0;
    list-style: none;
    list-style-type: none;
    border: 0;
    margin: 0;
}

.bio .bio__intro {
    background: url('/images/theme/inactive-arrow.gif') no-repeat top right;
}

.bio .bio__intro.switch {
    background: url('/images/theme/active-arrow.gif') no-repeat top right;
}

.bio__title {
    vertical-align: baseline;
    font-size: 0.75rem;
    width: 190px;
}

.bio__title span {
    cursor: pointer;
}

.bio__title span:hover {
    color: #0070c0;
}