.staff-group.left {
    text-align: left;
}

.staff-group {
    text-align: left;
    /*width: 950px;*/
}


.staff {
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 10px;
}

.staff-blurb-title, .staff-blurb-content {
    display: none;
}
    
.staff-name {
    font-weight: bold;
    text-align: center;
    width: 175px;
}

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

.staff-email, .staff-phone, .staff-office {
    text-align: left;
}

.staff-uwnetid, .staff-csid {
    width: 175px;
    text-align: center;
}

.staff-position {
    width: 175px;
    text-align: center;
}


.staff-section {
    width: 175px;
    text-align: center;
}

.staff-email:before {
    display: inline-block;
    padding-right: 10px;
    font-style: italic;
    content: "E-mail:"
}

.staff-phone:before {
    display: inline-block;
    padding-right: 10px;
    font-style: italic;
    content: "Phone:"
}

.staff-section:before {
    display: inline-block;
    padding-right: 4px;
    font-style: italic;
    content: "Section "
}

.staff-picture {
    text-align: center;
    width: 175px;
}

.staff-picture img {
    width: 75px;
    height: 75px;
}


.staff-office:before {
    display: inline-block;
    padding-right: 10px;
    font-style: italic;
    content: "Office:"
}

.course-staff {
    margin-top: -10px;
    margin-left: 20px;
    margin-bottom: 40px; /* don't forget pair */
}