.mermaidForm * .pointer * div::after {
    position: absolute;
    top: 1.75rem;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.5);
    height: 1px;
    width: 100%;
}
