dl#main-editors dt {
    font-weight: normal;
}


dl#main-editors dd {
    font-style: italic;
}


dl.editors {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    text-align: center;
    width: 80%;
    margin: auto;
}


dl.editors > div {
    flex: 1 0 250px;
}


dl.editors span.loc {
    font-style: italic;
}
