.table-element thead tr th{
    padding: 20px;
    height: 60px;
    text-align: left;
    color: #6b7280;
    font-size: 14px;
    font-weight: normal;
}

.table-element tbody tr td{
    padding: 20px;
    height: 60px;
    text-align: left;
    color: #6b7280;
    font-size: 14px;
    font-weight: normal;
}
.table-element tbody tr:nth-child(even){
    background-color: #f9fafb;
    border-top: 1px solid #e8edf6;
    border-bottom: 1px solid #e8edf6;
}