/* 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;
}

#reviewForm .column-1 {
    width: 9em !important;
}