.page-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-list li.page-item{
    padding-bottom: 15px;
    border-bottom: 3px solid #F3F0EB;
    clear: both;
}
.page-list li.page-item a.title{
    font-size: 1.4em;
}
.page-list li.page-item span.date-publish{
    font-size: 1em;
    color: #999;
    vertical-align: super;
    font-style: italic;
}
.page-list li.page-item .short-description{
    padding-left: 1em;
}

.block .page-category-list{
    margin-top: 10px;
}
.block .page-category h2 a{
    color: #000000;
    text-decoration: none;
}
.block .page-category h2 a:hover{
    text-decoration: underline;
}
.block .page-category{
    float: left;
}
.block .col-2 .page-category{
    width: 45%;
    padding-right: 4%
}
.block .col-3 .page-category{
    width: 30%;
    padding-right: 3%
}
.block .col-4 .page-category{
    width: 22%;
    padding-right: 2%
}
.block .page-list{
    list-style: none;
}
.block li.page-item{
    clear: both;
    padding-bottom: 10px;
    border-top: 3px solid #F3F0EB;
    border-bottom: 0px;
}
.block .page-item.first{
    /*border-top: 0px;*/
}