.highlight {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#stacktrace pre {
    margin: 0.5em;
}

.code-line {
    white-space: pre;
}

table {
    table-layout: fixed;
}

td {
    padding-right: 1em;
}

.graph > span {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}

td.graph {
    width: 100px;
    max-width: 100px;
    position: relative;
}

b {
    background: rgba(172, 249, 255, 0.5)
}

/*.highlight {*/
    /*display: grid;*/
    /*grid-template-columns: auto auto minmax(0, 1fr);*/
/*}*/

/*.highlight .column-3 {*/
    /*white-space: pre;*/
/*}*/
