.mermaid svg {
    display:         block;
    -moz-box-sizing: border-box;
    box-sizing:      border-box;
    width:           auto !important;
    max-width:       100% !important;
    height:          auto !important;
}
