/* Fix for body shifting to right when modal is open */
body.modal-open {
    padding-right: 15px;
}

.modal-dialog {
    border-radius: 10px;
    overflow: hidden;
}

.modal-header {
    height: 0;
    min-height: 0;
    border-bottom: 0;
    padding: 0;
}

.modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    font-size: 24px;
    outline: none;
}

.modal-body {
    padding: 0;
}

.modal-body > iframe {
    border: 0;
    width: 100%;
}
