/* MAGNIFICPOPUP STYLES */

.dsauthors-modal,
.dsauthors-modal {
    background: white;
    margin: 1rem auto;
    max-width: 900px;
    overflow-x: hidden;
    padding: 1rem;
    position: relative;
    width: auto;
}
.dsauthors-modal {
    padding: 1rem 3rem 2.5rem 3rem;
}
    .dsauthors-modal p {
        font-size: 120%;
        margin: 2em 0;
    }

button.mfp-close:hover {
    background: #056cb6;
    color: white;
}

.dsauthors h2 {
    margin-top: 1em;
}