.staff-member-main {
    width: 325px;
    float: left;
    margin: 5px;
    height: 200px;
}

.staff-member-sidebar-wrap {
    padding: 3px;
    display: none;
}
.staff-member-sidebar {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 3px !important;
}

.staff-member-sidebar .staff-bottom {
    display: none;
}

.staff-member-sidebar .staff-title {
  margin-bottom: 0;
}

#show-sidebar-staff {
  font-size: 16px;
}

#show-sidebar-staff:hover, #show-sidebar-staff:active, #show-sidebar-staff:focus {
  text-decoration: none;
}

#show-sidebar-staff:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f0da";
}

#show-sidebar-staff.open:before {
  font-family: FontAwesome;
  content: "\f0d7";
}


.staff-member-sidebar br {
    clear: both;
}

.staff-member-sidebar-wrap .staff-img-div {
    width: 25%;
}
.staff-img-div {
    float: left;
    margin: 3px;
}

.staff-member-sidebar-wrap .staff-info-div {
    width: 65%;
}
.staff-info-div {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 220px;
}

.staff-dept-info {
    display: inline-block;
    width: 150px;
    padding-left: 3px;
    margin-right: 5px;
    vertical-align: top;
    height: 85px;
}

.staff-bottom {
    width: 325px;
}

.dept-border {
    border-right: 1px solid #776F67;
}

.staff-dept-info span {
    display: block;
}

.staff-name {
    font-weight: bold;
}

.staff-chat {
    margin-left: 5px;
    padding-left: 5px;
}

.staff-dept-info label {
    width: inherit;
}


/* phone lists */
ul.phone-list {
    border-left: 1px solid black;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
}

.phone-list .bold {
    font-weight: 700;
}
.phone-list > .entry {
    margin-top: 5px;
}

.phone-list .phone {
    float: right;
    text-align: right;
}

ul.dept-info > li {
    clear: both;
}

ul.dept-info label {
    width: 60px;
}

.dept-name {
    padding: 3px;
}

.staff-table i {
  font-size: 14px;
  padding: 0 2px;
}

.profile-link {
  font-size: 14px;
}
