.bigitem {max-width: 1000px; width: 80%; margin: 0 auto; background-color: #fff;}
H1 {text-transform: uppercase; padding: 5px 10px;}
.datum {margin: 0px 5px 15px; padding: 5px 5px 10px; border-bottom: 2px solid #e0dbd9; font-size: 16px; font-weight: 700; display: block; text-align: right;}
.lead {display: block; margin-top: 25px; font-weight: bold; font-style: italic; padding: 5px 10px;}
.lead > IMG {float: left; margin: 0 15px 15px -14px; border-radius: 0px 15px 15px 0px; box-shadow: 3px 5px 5px #999;}
.bigitem .main {font-family: Arial; font-weight: normal; padding: 5px 10px;}

@media (min-width: 926px)
.news-nav-buttons {
    width: 108%;
    margin: 45px -4%;
}
.news-nav-buttons {
    display: table;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 45px;
    margin-bottom: 45px;
}

.news-button {
    position: relative;
    display: table-cell;
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.news-prev-button {
    left: 20px;
}
.news-next-button {
    right: 20px;
}
.news-next-button a:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2c93d9;
    right: -20px;
    position: absolute;
}
.news-prev-button a:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #2c93d9;
    left: -20px;
    position: absolute;
}
.news-button a, .news-button a:visited {
    background: #2c93d9;
}

.news-button a:visited, .news-button a:hover {
    color: #fff;
}
.news-button a {
    display: block;
    line-height: 40px;
    background: #2c93d9;
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 40px;
}
.news-page-count {
    display: inline-block;
    font-weight: bold;
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #252322;
}
