.modal {
    color: initial;
    padding: 0;
    position: relative;
}

.modal .modal-content {
    max-height: 600px;
    overflow: auto;
    padding: 20px;
}

.generic-modal .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.generic-modal .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.modal .modal-header {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 100%;
}

.modal .modal-header a {
    text-decoration: none;
}

.modal .modal-header .lni {
    color: #565656;
    font-size: 1.2rem;
    font-weight: bold;
}

.blocker {
    padding: 0;
}

.blocker.behind {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

@media only screen and (max-width: 600px) {
    .full-page {
        background-color: transparent;
    }

    .full-page .modal {
        width: 100%;
        max-width: none;
        border-radius: 0;
        vertical-align: bottom;
    }

    .full-page .modal .modal-content {
        width: 100%;
        max-height: 100%;
    }

    .modal.modal--small {
        vertical-align: bottom;
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
}
