.select-question {
	border: 1px solid  rgba(92, 92, 92, 0.6);
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(92, 92, 92, 0.5);
	width: 100%;
	max-width: 650px;
	font-family: "Open Sans";
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.select-question-option {
	color: rgba(92, 92, 92, 1);
}

.select-question-toolbar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 5px;
}
