.tableMainRightTd .aventicsBlog {
    min-height: 160px;
    background-position: right bottom;
    background-color: #fff;
    background-repeat: no-repeat;
}

.tableMainRightTd .aventicsBlog .blogWrapper {
    padding: 10px 130px 20px 5px;
}

.tableMainRightTd .aventicsBlog .blogArticleTitle {
    display: block;
    margin-bottom: 5px;
    margin-left: -5px;
    line-height: 1.5;
}

.tableMainRightTd .aventicsBlog .blogArticleTitle a {
    padding: 2px 5px;
    background: #fff;
    /*padding: 0;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #e65014;
    font-weight: bold;
}

.tableMainRightTd .aventicsBlog .blogArticleMore {
    display: block;
}

.tableMainRightTd .aventicsBlog .blogArticleMore a {
    color: white;
    background: #999b9b;
    padding: 2px 5px;
    text-transform: lowercase;
}

.tableMainRightTd .blogArticle {
    margin-bottom: 20px;
}

.tableMainRightTd .blogArticle:last-child {
    margin-bottom: 0;
}

.blogArticleTitle {
    font-size: 18px;
}
