div.before_content {
    max-width: 100%;
    margin-top: -2em;
    margin-bottom: -2em;
    padding: 0;
    line-height: 1.0;
    font-weight: bold;
}

div.before_content h3 {
    position: relative;
    margin: 3em 0 2em;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.4;
}

div.before_content p {
    line-height: 1.7;
    margin: 0 0 2px 0;
}

.series-navigation{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:2em;
    margin-top:2em;
}

.series-navigation h2{
    text-align:center;
    color:#1f5fae;
    font-size:1.6rem;
    margin:0 0 1.5em;
    padding-bottom:.6em;
    border-bottom:2px dotted #d8b15b;
}

.series-prev{
    text-align:left;
    margin:0;
}

.series-next{
    text-align:right;
    margin-top:1em;
}
