.post-icon {
    color: #BDBDBD;
    font-size: 80%;
    line-height: 100%;
}

        .post-group.list-small header > div {
            border-bottom: solid 1px #E0E0E0;
            border-top: solid 3px #c80c00;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    .post-group.list-small header h2 {
        border-top: 0;
    }

    .post-group.list-small .post-cats {
        list-style: none;
        display: inline-block;
    }

        .post-group .item:hover {
            background: #FFF3E0;
        }

        /* inherit from Article_List.css - but standalone*/
    .post-group-inner h6 {
        font-size: .95rem;
        font-weight: 500;
        /* margin-top: .3rem; */
        /* margin-bottom: 0; */
        /* display: inline; */
        line-height: 1.3rem;
        /* height: 100%; */
        background: none;
    }
    
    .post-group-inner {
        list-style: none;
    }
        .post-group-inner li {
            position: relative;
            padding-left: 2rem;
        }
            .list-small .post-group-inner li + li {
                border-top: dashed 1px #eee;
            }
.post-group-inner .list-group-item {
    font-size: .95rem;
    font-weight: 500;
    /* margin-top: .3rem; */
    /* margin-bottom: 0; */
    /* display: inline; */
    line-height: 1.3rem;
    padding: .5rem .5rem .5rem 0;
}
.post-group-inner .fa-bullet {
    /* position: absolute; */
    /* left: 0; */
    font-size: 11px;
    color: #c80c00;
    text-align: center;
    display: block;
    padding: 0 .6rem;
    margin: 0;
}
.post-group h2 a {
    color: inherit;
}

    .post-group a:hover {
        color: red;
    }
    .list-group-item .fa-bullet + a {
/* padding-left: 2rem; */
}