.topic-table {
    background: #ffffff;
    box-sizing: border-box;
}

.topic-table-head,
.topic-table-row {
    overflow: hidden;
}

.topic-table-head {
    min-height: 47px;
    background: #F5F5F5;
}

.topic-table-head-cell,
.topic-table-cell {
    float: left;
    overflow: hidden;
    min-height: 47px;
    padding: 12px 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.topic-table-head-cell {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.topic-table-row {
    min-height: 48px;
}

.topic-table-cell {
    color: #666666;
    font-size: 16px;
    line-height: 23px;
}

.topic-table-body .topic-table-row:nth-child(odd) {
    background: #FFFFFF;
}

.topic-table-body .topic-table-row:nth-child(even) {
    background: #F9FAFB;
}
