table {
    width: 100%;
    border-collapse: collapse;
    border-style: hidden;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
th {
    background: #2c87f0;
    color: white;
    font-weight: bold;
}
td, th {
    padding: 3px;
    border: 1px solid #cbcaca;
    text-align: left;
    font-size: 13px;
    font-weight: lighter;
}

td i {
    color: #3b3b55;
    font-size: 14px;
}

#div-container-main-table {
    overflow-x: auto;
    border: 1px solid #cbcaca;
    border-radius: 15px;
}

#div-container-pagination-table {
    padding-top: 15px;
}

