.tables {
    width: 100%;
    border-collapse: collapse;
}

.tables thead {
    background-color: #2a3635;
}

.tables th, .tables td {
    padding: 10px;
    text-align: left;
    border: 1px solid #3a4645;
    color: #eae0c2;
}

.tables > tbody > tr:hover {
    background-color: #2c3b3a;
}