﻿.LeftArticleLists{
    padding: 20px 10px;
    border-top: #A93234 4px solid;
    background-color: white;
}

.ArticleTypeTitle{
    font-weight: bold;
    font-size: 20px;
}

.ArticleListTitles ul{
    list-style: none;
}

.ArticleListTitles li:before {
    float: left;
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 0px;
    color: #f00;
}