@charset "UTF-8";

.input-underline[type="text"] {
	border: none;
	border-bottom: 1px solid #000000;
	outline: 0;
}

span.small-word {
	font-size: 11px;
}

span.med-word-red {
	font-size: 12px;
	color: red;
}

span.med-word {
	font-size: 12px;
}

audio {
	display: none;
}

.answer-input {
	width: 45%;
	min-width: 30rem;
}

.answer-input-mobile {
	width: 90%;
	min-width: 22rem
}

.number-input {
	width: 30%;
	min-width: 20%
}

.bg-form-gray {
	background-color: #e9ecef;
}

.inline-headers {
	display: inline-block;
	margin-right: 10px; 
}