﻿.lst-group {
    padding: 0px;
}

.lst-group-item {
    list-style-type: none;
    border-bottom: 1px solid black;
}


.lst-div {
    padding: 0px;
    height: 560px;
}

.lst-div-item {
    padding: 5px 20px;
    background-color: #eee;
    margin: 10px;
    /*border-bottom: 2px solid inset white;*/
}

    .lst-div-item p {
        margin-left: 10px;
    }
