.ausschuss-pruefung h3 {
	font-size: 24px;
}

.tabs-custom .ausschuss-pruefungen {
	font-size: 14px;
}

.ausschuss-pruefung {
	margin: 0px;
	padding-top: 20px;
}

.uni-teilnehmerliste > .sort-tab:hover {
	cursor: pointer;
}

.uni-teilnehmerliste > .sort-tab > .sort-text {
	text-decoration: underline;
}

.fixed-width
{
  resize: vertical;
}

.text-block{
	white-space: pre;
}

.not-too-big-pls { /*20 px text is HUGE */
	font-size: min(1em, 16px) !important; 
	/* Why does every rule have to be like li:not(very-special-li) Or why tf a:not(.a-not-common)? pls stop!! MOST OF ALL LINKS ARE NOT COMMON! (which makes 'common' sound kinda exaggerated) Why would i want an image link with a dotted line underneath? ITS EVERYWHERE! Pls style in positives and not in negatives if you want other people to read/edit your code.
	If you at least used relative instead of absolute values there would be less stuff to overwrite */
}