Thanks, I found it here > wp-team-manager/css/tm-style.css
I reduced the bottom margin and border to 0…it’s better and will have to do.
.team-list>.grid {
width: 100%;
float: left;
list-style: none;
border-bottom: 1px solid #eee;
margin-bottom: 0px;
padding-bottom: 0px;
margin-left: 0px;
}