.mtxTable {
    width: 100%;
    white-space: nowrap;
}

.mtxTable th, td {
    padding-right: 2px;
    /* padding-top: 7px; */
    vertical-align: top;
}

.mtxTable tr:nth-child(even) {
    background: #efefef;
}

.mtxTable th {
    background: white;
}

.mtxTableCellMatching {
    background: #2a4eff;
    color: white;
}