#notices {
    width: calc(100% - 20px);
    max-width: 945px;
    text-align: left;
    font-weight: bold;
    margin: 30px auto 0;
}

#notices a {
    pointer-events: auto;
}

#notices a span.pdf {
    background: #da4343;
    font-size: 12px;
    color: #ffffff;
    border-radius: 2px;
    padding: 0px 2px;
    margin: 0 2px;
}

.notice+.notice {
    margin-top: 16px;
}