.ceeTable-style {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

  /*  .ceeTable-style thead tr {
        background-color: grey;
        color: #ffffff;
        background-image: linear-gradient(250deg,rgb(70,130,180), transparent);
        text-align: left;
    }*/



.ceeTable-style tbody tr {
    border-bottom: 1px solid #dddddd;
}

.ceeTable-style tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

/*.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
*/