﻿.modal-header h1 {
    margin: 0 !important;
}

@media (max-width:480px) {
    .modal {
        max-height: 450px !important;
        overflow-y: scroll !important;
    }
}
