#enlarge_tooltip {
    font-size: 12pt;
    position: absolute;
    padding-left: 4px;
    padding-right: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-bottom-right-radius: 4px;
    pointer-events: none;
}

#enlarge_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

#modal_container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#modal_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#modal_image {
    float: none;
    display: block;
    /* center image */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: calc(100vw - 2em);
    max-height: calc(100vh - 2em);
}

#modal_image_info {
    font-size: 10pt;
    color: white;
    text-shadow: 0px 0px 2px black;
}
