/* spezifische anpassungen für deutsch*/

#reviewForm .column-2 {
    margin-left: 6em !important;
    float: left;
}

.review-table tr:nth-child(2) th, .review-table tr:nth-child(2) td {
    text-transform: capitalize;
    color: var(--heading-color);
    padding: 1rem 0.8rem 1rem 0.8rem !important;
}

th.max-width {
    width: 1px !important;
    padding: 0.1rem;
}


.review-table th.column-1 {
    width: 0 !important;
}

#review-matrix h2 {
    padding-left: 2rem;
}
