/* Base style */
.wst-running-header {
display: flex;
width: 100%;
text-align: center;
justify-content: space-between;
}
.wst-running-header-cell:first-child {
text-align: left;
}
.wst-running-header-cell:last-child {
text-align: right;
}
.wst-running-header-cell > p {
margin: 0;
}
/* 1 */
.wst-running-header-1 {
justify-content: center;
}
.wst-running-header-1 .wst-running-header-cell:first-child {
text-align: center;
}
/* 3 */
.wst-running-header-3.centered .wst-running-header-cell {
width:15%;
}
.wst-running-header-3.centered .wst-running-header-cell:nth-child(2) {
width:70%;
}
/* 4 */
.wst-running-header-4 .wst-running-header-cell:nth-child(2) {
text-align: left;
}
.wst-running-header-4 .wst-running-header-cell:nth-child(3) {
text-align: right;
}
.wst-running-header-4.centered .wst-running-header-cell {
width: 20%;
}
.wst-running-header-4.centered .wst-running-header-cell:nth-child(2),
.wst-running-header-4.centered .wst-running-header-cell:nth-child(3) {
width: 30%;
text-align: center;
}
/* Implement 'special' handling for some common situations */
/* Single line Issue banner (type 1: Issue and Volume as small-caps) */
.wst-running-header-3.__issuebanner1 .wst-running-header-cell:first-child,
.wst-running-header-3.__issuebanner1 .wst-running-header-cell:last-child {
font-variant: small-caps;
}
.wst-running-header-3.__nc .wst-running-header-cell{
font-variant-caps: normal;
}