.seo-page header {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.seo-page section {
    background: #fff;
    padding: 40px 0;
}

.seo-page section h2 {
    margin-bottom: 30px;
}

.seo-page section:nth-child(odd) {
    background: #f3f3f3;
}

.seo-page section .view-all {
    margin: 40px 0 0;
    text-align: center;
    display: block;
}

.seo-page .listing-count {
    margin-top: 20px;
}

.seo-page .pagination-newest {
    text-align: center;
}

.seo-page .pagination-newest a {
    margin: 0 10px;
}

.seo-page .day-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.seo-page .day-switcher a {
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 3px;
}