/* system */
body {
	background-size: auto; 
	background-color: var(--gray-200);
}

/* Retain white background for most elements containing text */
.survey-form.container-type-default.container-item-default, 
.instruction-text,
#resourceBarDropdownMenu,
#verification,
#sessionlimit,
#testtimeout,
#exit {
	background-color: white!important;
}

#survey {
	padding-bottom: 100px;
}

@media (max-height: 639px) {
	main.container-main,
	.container-interaction {
		margin-top: 0;
		padding: 1rem 0 70px 0;
	}
}

.survey-form.container-type-media.container-item-default #media {
	width: 100%;
}

.survey-form.container-type-media.container-item-default {
	display: flex;
	justify-content: center;
}

/* Move page title to top */
/*#pageHeaderContainer {
	position: absolute;
	top: 15px;
	left: 10px;
}*/

/* Remove gradient from page title moved to top */
#topNavHighlight {
	display:none!important;
}

/* Hide display number */
/*.item-container .item-separator .item-text span:first-of-type {
	display:none;
}*/

#timerContainer {
	margin-top: 1.5rem;
}

/* Response Options */
.btn.btn-img.btn-sm.mx-auto.my-auto { border: 2px solid var(--gray-300); }
.btn.btn-img.btn-sm.mx-auto.my-auto .item-ro-img { display: none; }
.btn.btn-img.btn-sm.mx-auto.my-auto p.custom-radio-title { font-size: 2em; margin-left: 0 !important; margin-right: 0 !important; }

