.modal-md .modal-header {
    margin-bottom: 0;
}

.modal-md .modal-footer {
    padding: 0 14px 18px;
    border-top: 1px solid transparent;
}

.modal-md .modal-footer .btn {
    padding: 13px 30px !important;
    font-size: 18px;
    width: auto;
    height: auto;
    min-height: 1px;
    line-height: 1;
}

.modal-md .modal-footer .btn.button-semi-blue {
    float: left;
}

.modal-md .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 0;
}

@media screen and (max-width: 786px) {
    .modal-md .modal-footer .btn + .btn {
        margin-top: 20px;
    }

    .modal-md .modal-footer .btn {
        width: 100% !important;
    }
}