.cont.issue h2 {
    text-align: center;
    margin-bottom: 12px;
}

.cont.issue .rejected-headlines {
    padding: 12px;
    text-align: left;
    border: 2px solid var(--black-border-color);
    margin-bottom: 12px;
}

.cont.issue .rejected-headlines h3.top {
    margin-bottom: 6px;
}

.cont.issue .rejected-headlines h3.bottom {
    margin-top: 9px;
    text-align: right;
}

.cont.issue .rejected-headlines ul {
    padding-left: 24px;
}