.mousepointer-hand {
    cursor: pointer;
}

#modalDialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%!important;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10;
}

#modalDialog img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    height: auto;
}

