.reportList{
    display: block;
    padding: 5px 0px;
}

.reportListItem{
    display: block;
    max-width: 500px;
    margin: 0px 15px;
    padding: 10px;

    border-bottom: 1px solid #bbb;
    overflow:hidden;
    color: #555;
}
.reportListItem:last-child{
    border-bottom: none;
}