.neemesi-table {
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #676767d9;
    margin-top: 10px;
    color: #ffffff;
    width: 100%;
}

.neemesi-table thead {
    height: 40px;
}

.neemesi-table td, .neemesi-table th {
    padding: 5px;
}

.neemesi-table th {
    text-align: left;
    font-weight: bold;
}

.neemesi-table thead tr {
    background-color: #2c2c2c;
}

.neemesi-table tbody tr {
    background-color: #1b1b1b;
}

.neemesi-table tbody tr:nth-of-type(odd) {
    background-color: #111111;
}


.neemesi-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}