table {
    border-collapse: collapse;
    width: 100%;
}

th{
    color: white;
    font-weight: normal !important;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr{
    background-color: #FFF !important;
}
tr:nth-child(even) {
background-color: #F3F3F3 ;
}