.wolf-table-header .row{
	background-color: #1c1d1f !important;
}

.wolf-table {
    border: 0px solid black;
    border-bottom-style: none ;
    width: 100%;
    display: block;
}

.wolf-table .row{
    border: 0px none black;
    border-bottom-style: solid;
    display: flex;
    width: 100%;
    margin: 0;
}

.wolf-table .row .cell {
    width: 10%;
    text-align: center;
    height: 50px
}

.wolf-table .row .cell.name {
    width: 30%;
    text-align: left;
    padding-left:15px;
}

form.wolf-table-form:nth-child(odd)
{
       background: #F8F8F8 !important;
}

form.wolf-table-form:nth-child(even)
{
    background: #fff !important;
}


.wolf-table, .row, .cell {
 background-color: rgba(0,0,0,0)!important;
	
}