:root {
    --bs-info-rgb: 91, 192, 222;
}

#journal-graph {
    overflow-x: auto;
}

#journal-graph svg .label-container {
    height: 120px;
}

#journal-graph .graph-text {
    font-size: 13px;
    min-width: 200px;
    max-width: 600px;
}

#journal-graph .graph-text .active {
    font-weight: bold;
}

#journal-graph rect {
    fill: #fff;
    stroke: #aaa;
}

#journal-graph .node.active rect {
    stroke-width: 2px;
    stroke: #333;
}

.edgePath {
    stroke: #aaa;
    fill: #aaa;
    stroke-width: 2px;
}

.node-label {
    display: inline;
    line-height: 1;
    text-align: center;
}

.node-title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-group-emphasis {
    margin-bottom: 0px;
}

.label-years {
    font-size: 90%;
    color: white;
    font-weight: 700;
    padding: .2em .6em .3em;
}

.issn {
    font-size: 90%;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.list-group-item.list-group-item-info {
    background-color: #d9edf7;
}
