#participantfeedbackform div.row {
	margin-bottom: 1em;
}
#participantfeedbackform input[type="checkbox"]+label,
#participantfeedbackform div.participantfeedback_workingtimeused input[type="radio"]+label,
#participantfeedbackform div.participantfeedback_timeoff input[type="radio"]+label {
	width: 100%
}
#participantfeedbackform .scaledescription {
	margin-bottom: 1em;
	font-size: 11pt;
}
#participantfeedbackform h3 {
    margin-top: 1.5em;
}
#participantfeedbackform input[type="radio"].pseudo-checkbox + label::before {
    border-radius: 0;
}
#participantfeedbackform input.error {
    border: 1px solid #EE3939;
}
#participantfeedbackform div.indented {
    padding-right: 2.5em;
    margin-bottom: 1em;
}
#participantfeedbackform div.indented > * {
    margin-left: 2.5em;
}
#participantfeedbackform div.indented input[type="text"] {
    width: auto;
}
.participantfeedbacklisttools {
    margin-bottom: 1.5em;
}
.returnbutton {
    margin-bottom: 2em;
}
.viewfeedbacksummary .subsection td:first-child {
    padding-left: 2.5em;
}
.viewfeedbacksummary .scaledescription {
	/*margin-bottom: 2em;*/
	font-size: 11pt;
}
.viewfeedbacksummary a.loadmore {
    margin-bottom: 2em;
}
.viewfeedbacksummary table.feedbacksummary span.mean,
.viewfeedbacksummary table.feedbacksummary span.median {
    display: inline-block;
    width: 100%;
}
.feedbackcoverletter p {
    margin-bottom: revert;
}
.feedbacksummaryinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feedbacksummaryinfo > * {
    margin-bottom: 2em;
}

#educationsearchform div.row {
    margin-bottom: 1em;
}
#educationsearchform input[type="checkbox"] + label {
    width: 100%;
}
#educationsearchresults th label {
    font-weight: 600;
}
#educationsearchresults input[type="submit"] {
    margin-bottom: 2em;
}

table.feedbacksummary td {
    vertical-align: top;
}

.loadmorefield > blockquote {
    white-space: pre-line;
}