/* template overrides */
/* orange: #e66933 */
.tpl-list-group .list-group-item{
    border: 1px solid;
    border-color: #0e0e0e;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.tpl-list-group .list-group-item:first-child{
    border-top: 1px solid;
}

.tpl-list-group .list-group-item:active{
    background-color: #e66933;
}