.model-info {
    position: absolute;
    bottom: 0px;
    left: 13px;
    z-index: 1000;
    color: #777777;
    font-size: 11px;
    padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    /* Allow the element to receive pointer events so clicks can be intercepted */
    pointer-events: auto;
    cursor: pointer;
}
