/* .q-rating > .q-text:first-child + * + * + .q-choice,
.q-rating > .q-choice:first-child + * + .q-choice {
	order: 1;
}

.q-rating > .q-answer {
	order: 2;
} */
	
.q-choice > select {
	flex: 0 1 0;
	max-width: 90%;
}