#meeting-container {
    background: #000000cc 0% 0% no-repeat padding-box
}



/* VoIP */

li.list-group-item {
    color: white;
    list-style: none;
    border-bottom: 1px solid #999;
    padding-bottom: 12px;
    margin-left: 16px;
    margin-right: 16px;
    text-transform: uppercase;
    padding-top: 12px;
}

span.badge {
    display: none;
}

#roster {
    padding-left: 0px;
    margin: 8px 0px;
}

#roster-tile-container {
    width: 240px;
    max-height: 240px;
    position: fixed;
    bottom: 95px;
    background: #000000cc 0% 0% no-repeat padding-box;
    overflow-y: scroll;
}