.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    max-width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events:all;
}

.modal-wide {
    max-width: 50% !important;
}

.modal-extra-wide {
    max-width: 75% !important;
}

.modal-extra-wide-tall {
    max-width: 75% !important;
    height: 90% !important;
}

.modal-title {
    margin-top: 0 !important;
    color: black !important;
}

.modal-body > p {
    color: black !important;
}

.modal-subtitle {
    color: #3C3F41 !important;
}

.action-title {
    /*margin-top: 0.35em;*/
    /*font-size: 0.9em;*/
}

#qrCode {
    text-align: center;
}

#qrCodeImage {
    display: inline !important;
}

.modal-section-separator {
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.modal-footnote {
    color: #3C3F41;
    font-size: 0.8em;
}

.modal-paragraph {
    color: #3C3F41;
}