body
{
	font-size: 14px;
	overflow: auto;
}

label
{
	font-weight: bold;
	vertical-align: center;
}
.form-control
{
	margin: 1px;
}

.modal-body
{
	overflow: auto;
	max-height: 600px;
}

pre
{
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

pre.question
{
	font-size: 18px;
	white-space: pre-wrap; 
}
pre.question_list
{
	white-space: pre-wrap; 
}
div.questions-option
{
	font-size: 16px;
}
div.test-text
{
	font-size: 16px;
}
div.results
{
	background-color: rgb(245,245,245);
	border: 1px solid lightgray;
	padding: 5px;
	max-width: 250px;
}
.tab-body
{
	max-height: 520px;
	overflow-y: auto;
}
