div.orgChart {
    text-align: center;
}

div.orgChart h2 {
    margin: 0px;
    font-size: 1em;
    border-bottom: 2px solid black;
    border-bottom: none;
}

div.orgChart ul {
    list-style: none;
    margin: 4px;
    padding: 0px;
    font-size: 0.8em;
    text-align: left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align: center;
}

div.orgChart table {
    width: 100%;
}

div.orgChart tr.lines td.line {
    width: 1px;
    height: 20px;
}

div.orgChart tr.lines td.top {
    border-top: 3px solid black;
}

div.orgChart tr.lines td.left {
    border-right: 2px solid black;
}

div.orgChart tr.lines td.right {
    border-left: 2px solid black;
}

div.orgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0px 2px;
}

div.orgChart div.node {
    cursor: default;
    border: 10px solid #ffb300;
    border-left: 0px;
    display: inline-block;
    padding: 0 4px;
    width: 215px;
    height: 60px;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-right: 0px;

}

.lines {
    display: none !important;
}

.mc-content-text #main * {
    line-height: 23px;

    font-size: 15px;
    text-align: justify;
    text-align: center;
    line-height: 45px;
}

#MScontent .orgChart tbody {
    min-width: 900px;

}

#MScontent .orgChart tbody tr:nth-child(4) {

    display: flex;
    flex-wrap: wrap;

}

#MScontent .orgChart tbody tr:nth-child(4) td {
    flex: 1 1 33%;

}

#MScontent .orgChart tbody tr:nth-child(4) td:nth-child(1),#MScontent .orgChart tbody tr:nth-child(4) td:nth-child(2),#MScontent .orgChart tbody tr:nth-child(4) td:nth-child(3),#MScontent .orgChart tbody tr:nth-child(4) td:nth-child(4) {
    flex: 0 1 25%;

}

#MScontent div.orgChart div.node {
    cursor: default;
    border: 3px solid #ffb300;
    display: inline-block;
    padding: 0 4px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    font-size: 12px!important;
    text-align: center!important;
    letter-spacing: 0px!important;
}

#MScontent div.orgChart div.node h2 {
    margin: 0px;
    border-bottom: none;
    font-size: 12px;
    line-height: 13px;
    margin: 10px 0px;
    text-align: center;
}


#main div.orgChart div.node h2 {
    margin: 0px;
    border-bottom: none;
    font-size: 12px;
    line-height: 13px;
    margin: 10px 0px;
    text-align: center;
}


#main  div.orgChart div.node {

    width: 177px;
    height: 60px;


}

@media (max-width: 768px) {

    #main .orgChart tbody {
        min-width: 100%;

    }

    #main  div.orgChart div.node {

        width: 100%;
        height: 60px;


    }

    #main .orgChart tbody tr:nth-child(4) {
        display: block;
        flex-wrap: wrap;
    }

    #main .orgChart tbody tr:nth-child(4) td {
        flex: 1 1 33%;

    }

    #main .orgChart tbody tr:nth-child(4) td:nth-child(1),#main .orgChart tbody tr:nth-child(4) td:nth-child(2),#main .orgChart tbody tr:nth-child(4) td:nth-child(3),#main .orgChart tbody tr:nth-child(4) td:nth-child(4) {
        flex: 0 1 25%;

    }

    #main div.orgChart div.node h2 {
        margin: 0px;
        border-bottom: none;
        font-size: 10px;
        line-height: 13px;
        margin: 10px 0px;
        text-align: center;
    }

    #MScontent div.orgChart div.node h2 {
        margin: 0px;
        border-bottom: none;
        font-size: 10px;
        line-height: 10px;
        margin: 8px 0px;
        text-align: center;
    }

}