#sidebar-date {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.subheader-hr {
    flex: 1;
}

#subheader-top-center {
    flex-basis: calc(100%/3);
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
}

#subheader-top-center h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#subheader-middle {
    margin: -7px 0 10px;
}

#subheader-middle p {
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
}

.subheader-top-side {
    display: flex;
    gap: 10px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.subheader-top-side a:link,
.subheader-top-side a:visited {
    text-decoration: none;
}

.subheader-top-side a:hover {
    color: #444;
}