.ctc-table-wrap {
overflow-x: auto;
}
.ctc-table table {
color: black;
text-wrap: nowrap;
margin: 0;
font-size: 14px;
}
.ctc-table table,
.ctc-table td,
.ctc-table th {
border: 1px solid white;
padding: 10px;
}
.ctc-table-wrap {
margin: 0 0 20px 0;
}
.ctc-table tr:nth-child(odd) {
background: #dcddde;
}
.ctc-table tr:nth-child(even) {
background: #bcbec0;
}
.ctc-table__key {
background: black;
color: white;
}