.hm-body {
    max-height: 600px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.hm-node {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
    background-color: rgba(82, 165, 255, 1);
}

.hm-divider {
    height: 100%;
    width: 2px;
    margin-left: 4px;
    transition: all 800ms ease;
    background-color: rgba(82, 165, 255, 1);
}

.hm-comment-column {
    padding-left: 0;
}
