
#multipleChoiceTemplate {
	display: none;
}

#multipleChoiceAddAnswersTemplate {
	display: none;
}

.multipleChoiceComposerDiv {
	float: left;
	padding: .5em;
	max-width: 200px;
}

.multipleChoicePreview {
	padding: .5em;
	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;*/
}

#multipleChoiceQuestion, #multipleChoiceAnswer {
	width: 100%;
}

#multipleChoiceQuestion {
	height: 3.3em;
}

#multipleChoiceAnswer {
	height: 2.2em;
}

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

.multipleChoiceSelect {
	width: 100%;
}

#multipleChoiceCreateNewAnswer {
	float: right;
}

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

.multipleChoiceAddAnswersContainer {
	float: left;
	width: 10em;
}
