#local-adminer-modal {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    left: 10px;
    height: 100%;
    top: 45px;
}
.modal-dialog,
.modal-content,
.modal-body {
    width: 100%;
    height: 90%;
    max-height: 100%;
}
.modal-dialog {
    max-width: 95%;
}
.embed-responsive-item {
    width: 100%;
    height: 100%;
}
.modal-header {
    border: none;
}
.modal-title {
    float: left;
}
