.newsPage .news {
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #CCC;
    padding-bottom: 2em;
    visibility: hidden;
}

.newsPage .news:last-child {
    border-bottom: none;
}

.newsPage .news img {
    border: 1px solid gray;
    border-radius: 3px;
    margin-top: 2em;
}

.newsPage .news .title h3 a {
    font-family: sahel;
    color: #00187b;
}

.newsPage .news .abstract {
    font-family: vazir;
    line-height: 2em;
}

.newsPage .article h3 {
    font-family: sahel;
    color: #00187b;
    text-align: center;
}

.newsPage .article .body .image {
}

.newsPage .article .body {
    border-right: 1px solid #1d9391;
    padding-right: 1em;
}

.newsPage .article .badge {
    font-family: vazir;
}

a.prevPage {
    
}

a.nextPage {
    float: left;
}
