.modul-staff {
    width: auto;
    height: auto;
    margin: 7px 7px 0 7px;
}

.modul-r-staff .staffDepartment {
    max-height: 400px;
}

.modul-r-staff .schedule-info span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.modul-r-staff .panel-heading > .caret {
    margin-right: 10px;
}

.modul-r-staff .panel-heading.collapsed > .caret {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.modul-r-staff .staffBTN {
    padding: 0 15px;
}

.modul-r-staff .staffBTN > * {
    margin-bottom: 4px;
}

.modul-r-staff .staff-item-description {
    text-align: justify;
}

@media (max-width: 767px) {
    .modul-r-staff .schedule-info span {
        text-align: right;
    }

    .modul-r-staff .personal-info b {
        display: inline-block;
        padding-right: 0;
    }

    .modul-r-staff .personal-info span {
        display: inline-block;
    }
}
