.qa-text-not-completed {
    background-color: rgba(255,0,0,0.1);
}


.qa-attributes-not-completed {
    background-color: rgba(255, 228, 52, 0.1);
}

.objectlayout_element_QualitySummary {
    margin-bottom: 20px;
}

.qa-summary-table {
    border-collapse: collapse;
    color: black;
    /*background-color: white;*/
    width: 900px;
}

.qa-summary-table td:first-child {
    /*width: 250px;*/
}

.qa-summary-table thead {
    font-weight: bold;

}

.qa-summary-table th, .qa-summary-table td {
    padding: 7px;
    text-align: left;
    white-space: nowrap;
}

.qa-summary-table .qa-not-completed {
    background-color: rgba(255, 0, 0, 0.16);
}
.qa-summary-table .qa-completed {
    background-color: rgba(24, 185, 24, 0.13);
}
.qa-summary-table .qa-partly-completed {
    background-color: rgba(255, 228, 52, 0.1);
}


.qa-summary-table tbody {
    display:flex;
}
.qa-summary-table tbody tr td {
    display:flex;
    flex-basis: 100%;
    justify-content: center;
    height: 33px;
}
.qa-summary-table tbody tr td.borders {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.qa-summary-table tbody tr:first-child td.borders {
    border-left: 1px solid black;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.qa-summary-table tbody tr:last-child td.borders {
    border-right: 1px solid black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
