.tab {
    line-height: 1;
}
.tab-icon {
    font-size: 22px;
    padding: 0;
    margin: 0;
}
.tab-label {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.person-list {
    border-top: none;
}
.person {
    line-height: 1;
}
.person-list-header {
    opacity: 0.6;
}
.person-name {
    line-height: 44px;
}
.person-image {
    width: 30px;
    height: 30px;
    margin-top: 8px;
    /*border-radius: 2px;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.person-options {
    width: 100%;
    text-align: center;
    color: white;
    padding: 30px 0;
    line-height: 1.4;
    background-color: #FFF;
    color: #000;
    /*text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;*/
}