#news {
    display: table;
    margin: 2em auto 0;
}

#news > header,
#news > header > h1 {
    margin-bottom: 0;
}

#news .news-item {
    border: solid medium #AAAAAA;
    background-color: beige;
    position: relative;
    padding: 0.5em 1em;
    margin-top: 3.8em;
    margin-bottom: 0;
    scroll-margin-top: 2em;
    max-width: 40em;
}

#news .news-item p {
    margin: 0.5em 0;
}

#news .news-item .date {
    position: absolute;
    top: -1.8em;
    right: 1.4em;
    margin: 0;
    padding: 0;
    border-left: solid medium #AAAAAA;
    border-right: solid medium #AAAAAA;
    border-top: solid medium #AAAAAA;
    background-color: beige;
    padding: 0.2em 0.4em;
    font-size: medium;
    font-weight: normal;
}

#news .news-item .date .border-fix {
    position: absolute;
    top: 1.4em;
    left: 0;
    right: 0;
    bottom: -0.25em;
    background-color: beige;
}

#news .news-item .date a {
    color: inherit;
    text-decoration: none;
}
