.mzv-orgstruct-container {
    max-width: 960px;
    margin: 0 auto;
}

.orgstruct-unit-list{
    list-style: none;
    padding: 1rem 0 0 2rem;
    position: relative;
    margin-left: 1rem;
    border-left: 2px solid #999999;
}

.orgstruct-unit-list .orgstruct-unit-list-item-title,
.orgstruct-unit-list .orgstruct-employe-info-title,
.orgstruct-employe-info-area .orgstruct-employe-info-title {
    font-weight: 600;
    line-height: 1.3rem;
    font-size: 1.17rem;
}

.orgstruct-unit-list .orgstruct-unit-list-item-title:before {
    background-color: #fff;
    border: 2px solid #999999;
    border-radius: 50%;
    content: "";
    height: 1.5rem;
    left: -13px;
    margin-top: 2px;
    position: absolute;
    width: 1.5rem;
}

.orgstruct-unit-list-item-title.person-without-photo:before { 
    margin-top: -3px;
}

.orgstruct-unit-list .orgstruct-employe-function,
.orgstruct-employe-info-area .orgstruct-employe-function {
    font-size: 1.17rem;
    font-weight: normal;
}

.orgstruct-unit-list .orgstruct-unit-list-item-text,
.orgstruct-employe-info-area .orgstruct-employe-info-text {
    font-size: 1.17rem;
    line-height: 1.3rem;
}

.orgstruct-unit-list .orgstruct-unit-list-item-text {
    margin-bottom: 1.5rem;
}

.orgstruct-unit-list .orgstruct-unit-list-item-text p {
    margin: 1rem 0;
}

.orgstruct-employe-info-area .orgstruct-employe-info-text p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.orgstruct-employe-with-photo-content {
    width: 100%;
    display: flex;
    background-color: #F3F2F1;
    padding: 20px;
}

.orgstruct-employe-photo {
    outline: none !important;
    object-fit: contain;
    max-height: 97px;
    max-width: 97px;
    width: auto;
    margin-right: 20px;
    padding: 0px;    
}

.orgstruct-employe-email {
    color: #0065b3;
    text-decoration: underline;
    word-wrap: anywhere;
}

.orgstruct-org-unit-sub-unit-header {
    color: #0065b3;
}

ul.orgstruct-unit-list:not(:last-child) {
    margin-bottom: -1rem;
    padding-bottom: 1rem;
}