<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#trueFalseTemplate {
	display: none;
}

#trueFalseAddAnswersTemplate {
	display: none;
}

.trueFalseComposerDiv {
	float: left;
	padding: .5em;
	/*max-width: 200px;*/
}

.trueFalsePreview {
	padding: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
	min-height: 5em;
	min-width: 5em;
	color: black;
	background-color: #F4F4F4;
	overflow: auto;
	width: 100%;

	margin: .5em;
	/*float: left;*/
	/*border: 1px solid black;*/
	/*background-color: yellow;*/
	/*padding: .5em;*/
}

#trueFalseQuestion, #trueFalseAnswer {
	width: 100%;
}

#trueFalseQuestion {
	height: 3.3em;
}

#trueFalseAnswer {
	height: 2.2em;
}

.trueFalsePreviewContainer {
	position: relative;
	float: left;
	width: 20em;
}

.trueFalseSelect {
	width: 100%;
}

#trueFalseCreateNewAnswer {
	float: right;
}

.trueFalseAnswersListTextArea {
	overflow: auto;
	height: 15em;
	width: 100%;
}

.trueFalseAddAnswersContainer {
	float: left;
	width: 10em;
}
</pre></body></html>