.table thead th,
.table td {
    vertical-align: middle;    
    border-top: none;
    padding: 10px;
}

.table thead th {
    background-color: rgba(150,150,150,0.1);
}

.table td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}