body { 
    /*width: calc( 100% - 20px );*/
    /*height: 95%;*/
}

.cy-panzoom {
    z-index: 1000 !important;
}

#sbgn-network-container {
    margin: auto;
    border: 1px solid #ddd;
    /*height: calc(100% - 70px);*/
    height: 100%;
    width: calc(95% - 10px);
    overflow: hidden;
    background-color: #eeeeee;

    margin-left: 50px;
    margin-right: 50px;
}

#main {
    width: 50%;
    margin: 0 auto;
    font-family: Arial;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

a:link {
    text-decoration: none;
}
