
#title_extra {
    font-weight: bold;
    color: grey;
}

.see_all {
    font-size: 17px;
    padding: 2px 15px 0 0;
    cursor: pointer;
}
.see_all:hover {
    color: rgb(222, 96, 0);
}

.see_all_text {
    text-align: right;
    padding: 2px 0 0 0;
}
.see_all_arrow {
    padding: 0;
}

.articles_container {
    padding-left: 0px;
}

.article_group {
    padding-top: 18px;
    font-size: 1.5em;
}

.article_category {
    font-size: 1.2em;
    padding: 10px 0 18px 4px;
    height: 65px;
    clear: both;
    cursor: pointer;
}

.article_category:hover, .article_category_link:active, .article_category_link:visited {
    color: black;
    background-color: #E4E4E4;
}


.category_title {
    padding: 12px 0 0 5px;
}

.category_arrow {
    padding-right: 10px;
    text-align: right;
    margin-bottom: 14px;
}

.category_arrow img{
    margin-top: 6px;
    width: 30px;
}

.header-title-size {
    font-size: 22px;
}
