#offcanvas_passage_graph {
    margin-top: auto;
    width: 35%;
    height: 55%;
}

#passage_graph {
    position: relative;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin-top: 8px;
    margin-left: 8px;
    overflow: hidden;
}

.passage_graph_highlight {
    color: #10bb65 !important;
    font-weight: normal !important;
}

.offcanvas-backdrop.show {
    opacity: 0;
}