.hidden-info {
 display: none;
}

a.emerg-btn {
 display: none;
}

body .modal-header {
 line-height: 30px;
}

.modal-header img {
 max-height: 30px;
 float: left;
 margin-right: 12px;
}

.modal-header a {
 text-decoration: none;
}

body .modal {
 z-index: 10001;
}

body .modal-backdrop {
 z-index: 10000;
}

body .modal.in .modal-dialog {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 margin: 0;
}