table th {
    background-color: #67C5DF;
    color: #FFF;
}
.otp-code-number {
    flex-grow: 1;
    margin: 0 1px;
    padding: 2px !important;
    font-size: 30px;
    text-align: center;
    color: #999;
    border-radius: 50% !important;
}
.otp-code-holder {
    display: flex;
    flex-direction: row;
}
.otp-code {
    flex-grow: 1;
}
.selected-schema {
    background-color: #90E89C;
    /*     color:#fff; */
}
.selected-table {
    background-color: #FBD47C;
    /*     color:#fff; */
}
.table-condensed tr {
    font-size: 0.9em;
}
.table-condensed td {
    padding: 2px;
}
.record-field {
    background-color: #444;
    color: #FFF;
}
