#chart-container {
    margin: 20px;
    font-family: Arial;
    height: 420px;
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

#github-link {
    position: fixed;
    right: 10px;
    font-size: 3em;
}

.orgchart {
    box-sizing: border-box;
    display: inline-block;
    background: #f0f8ff !important;
    min-height: 202px;
    min-width: 202px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(90deg,rgba(200,0,0,.15) 10%,rgba(0,0,0,0) 10%),linear-gradient(rgba(200,0,0,.15) 10%,rgba(0,0,0,0) 10%);
    background-size: 11px 10px;
    border: 1px dashed transparent;
    padding: 20px;
}
