header {
    width: 100%;
    height: 54px;
    background: #14b2c7;
    color: #ffffff;
    vertical-align: middle;
    overflow: hidden;
    font-size: 2em;
    font-weight: bold;
    white-space: nowrap;
}

div.winwidth, nav#menu3 {
    display: none;
}

#orgbody {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 10px;
    position: relative;
}

div#tooltip {
    position: absolute;
    top: 18px;
    right: 20px;
    height: 18px;
    text-align: right;
    color: white;
    background-color: #354052;
}

img.ms {
    display: block;
    float: right;
    border: 2px solid #14b2c7;
}

    img.ms.current {
        border-color: black;
    }

div.view {
    display: none;
}

    div.view.current {
        display: block;
    }

img#mainsite {
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

h1.core {
    background-color: #14b2c7;
    padding-left: 5px;
    margin-left: -5px;
}

h1.noncore {
    background-color: #41c130;
    padding-left: 5px;
    margin-left: -5px;
}

#chart {
    float: right;
    width: 25%;
    padding-left: 20px;
    padding-right: 10px;
}

#visualisation {
    overflow: auto;
    max-height: 50%;
}

#purposesview {
    padding-right: 20px;
    padding-bottom: 10px;
}

div.tab {
    display: none;
}

    div.tab.active {
        display: block;
    }

        .suppress, .active.suppress, div.tab.active.suppress, div.view.current.suppress {
            display: none;
        }

div.rolename {
    width: 95%;
}

    div.rolename.active {
        border: gray 3px solid;
        border-radius: 10px;
    }

div.p {
    padding: 2px;
    padding-left: 20px;
    border: 2px solid lightgray;
    border-radius: 5px;
}

    div.p.current {
        border: 4px solid black;
    }

    div.p p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

div.pp {
    cursor: pointer;
}

div.p.current > div.pp {
    cursor: default;
}

#breadcrumb a {
    white-space: nowrap;
}

div#menu2 {
    color: #14b2c7;
    background-color: transparent;
}

div#message {
    height: 27px;
    background-color: transparent;
}

#heading {
    background-color: transparent;
}

span.link, #menu2 button {
    cursor: pointer;
    font-size: 1.25em;
    padding-right: 20px;
    color: inherit;
}

    span.link.active {
        text-decoration: underline;
    }

span.hint {
    border-radius: 100px;
    color: white;
    background-color: #c0c7d1;
    cursor: pointer;
    user-select: none;
    font-size: 0.6em;
    vertical-align: middle;
}

    span.hint:hover {
        background-color: #4b5971;
    }

div.rolename span.hint {
    font-size: 1em;
    vertical-align: top;
}

div.hint {
    display: none;
    border: 3px solid #c0c7d1;
    border-radius: 20px;
    padding: 0px 10px 5px 10px;
    width: 55%;
}

    div.hint.active {
        display: block;
    }

div#results div {
    cursor: pointer;
}

div.back, div.backtooverview {
    cursor: pointer;
    float: right;
    color: #ffffff;
    background: #14b2c7;
    font-size: 2em;
    font-weight: bold;
    border: 2px solid gray;
    border-radius: 10px;
    margin-right: 25px;
}

.mandate {
    display: none;
}

.hasmandate .mandate {
    display: initial;
}

.hasmandate .nomandate {
    display: none;
}
/* Circle for expand/collapse */
.node circle {
    fill: transparent;
    stroke: black;
    stroke-width: 1px;
}
    /* Thicker outline on hover */
    .node circle:hover {
        stroke-width: 2px;
    }
/* Rectangle for node */
.node rect {
    stroke: black;
    stroke-width: 1px;
    fill: white;
}
    /* Rectangle for node */
    .node rect.selected {
        stroke: red;
        stroke-width: 2px;
    }
/* Label text for nodes */
.node text {
    font: 12px sans-serif;
    color: black;
    pointer-events: none;
}
    /* Underline on hover */
    .node text:hover {
        text-decoration: underline;
    }
/* Lines connecting nodes */
.link {
    fill: none;
    stroke: #555;
    stroke-opacity: 0.4;
    stroke-width: 1.5px;
}

g.links line {
    stroke: #c9c836;
    stroke-width: 3;
}

circle.linked {
    stroke: #afb847;
    stroke-width: 2;
}
/* The actual popup */
.popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    top: 30%;
    left: 30%;
}

    /* Toggle this class - hide and show the popup */
    .popuptext.show {
        visibility: visible;
    }

.non-sos {
    filter: brightness(90%);
    color: lightgray;
}

div.pp.non-sos {
    color: lightgray;
}

div.off {
    display: none;
}