From Acadēmīa Latīnitātis
.signpost-header {
box-sizing: border-box;
padding: 1em 2vw;
border-bottom: 3px double #999;
border-top: 3px double #bbb;
background-color: #FFF;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
text-align: center;
}
.signpost-header-heading {
margin: 1em 0;
}
.signpost-header-subheadings {
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 100%;
background-color: transparent;
border: none;
color: #666;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.signpost-header-subheadings:after {
content: "";
display: table;
clear: both;
}
.signpost-header-volume {
text-transform: uppercase;
width: 33%;
float: left;
text-align: left;
margin-top: 3px;
font-weight: bold;
}
.signpost-header-issue {
text-transform: uppercase;
width: 33%;
float: right;
text-align: right;
margin-top: 3px;
font-weight: bold;
}
.signpost-header-date {
white-space: nowrap;
line-height: 120%;
font-size: 155%;
color: #333;
}