/* List Group */
.list-group-articles .list-group-item {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 0;
    margin-bottom: 2px;
}
.list-group.list-group-articles .list-group-item.list-group-item-action.active {
    background: none;
    border: 1px solid #e6e6e6;
    color: #081c3a;
    /*background-color: #081c3a;*/
}
