
.bugFixingStages {
    font-size: 16px;
    overflow-x: auto;
}

tr.active {
}
.table>tbody>tr.active>td {
    background-color: transparent;
    padding: 0;
}
.active .title {
    background-color: #ecf0f1;
    padding: 8px;
    margin: 10px 0;
}
.bugFixingStagesTable > thead > tr > th {
    border-bottom: 0 none;
    border-right: 2px solid transparent;
}

.bugFixingStagesTable > tbody > tr > td {
    border-top: 0 none;
    border-right: 2px solid #bdc3c7;
}

.bugFixingStagesTable > thead > tr > th:last-child,
.bugFixingStagesTable > tbody > tr > td:last-child {
    border-right: 0 none;
}

.bugFixingStagesTable > thead > tr > th,
.bugFixingStagesTable > tbody > tr > td {
    width: 15px;
}