.table {
    margin-bottom: 0;
}
.table td {
    border-top: none;
}

.table thead td {
    color: #ec6b8e;
}

.table tbody td {
    border: 1px solid #c9c9c9;
}

.cell-odd {
    background-color: #fce9ed;
}

.table-even {
    background-color: #fff;
}
