.contentfull{
    display: flex;
}
.divContent{
    flex: 0 0 80%;
}
.divRight{
    flex: 0 0 20%;
}

.blog-archive ul li a{
    color: #000;
    font-weight: 600;
}

.blog-archive ul li a.active{
    color: #224faa;
    font-weight: 600;
}

.blog-archive ul li {
   list-style-type: none;
}

.category-title {
    padding: 30px 0;
    text-align: center;
}

#eb .mod-item+.mod-item {
    border: none!important;
}

.category-rss {
    float:right;
    margin-right: 2em;
}
#eb .eb-post-title {
    font-size: 1.5em;
    line-height: inherit;
}

.latestItemDateCreated time { color: #999;
font-size: 11px;}

div.genericItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 4px 0 12px 0;
}

.year-link {
    cursor: pointer;
    font-weight: 600;
}