#gapfill{
	/*font-family: 'Rubik', sans-serif;*/
	font-size: 1rem;
	line-height: 1.5rem;
	display: none;
}

.flexed-srcBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#questionBox{
	/*align-items: flex-start;*/
	text-align: center;
	display:block;
	color:black;
	padding: 1rem;
}
.BLANK{
	/* for the time being */
	background: lightgray;
	color: black;
}
.selected{
	background: yellow;
	color: black;
}
.filled{
	background: transparent;
}
#srcBox{
	flex-direction: row;
}

/* questionpage  */
.mainelement{
	display: flex;
}
#inputType{
	font-size: 1rem;
	margin: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#inputField{
	margin: 1rem;
	align-self: center;
	display: none;
	/*background-color: ghostwhite;*/
	width:  30%;
}
#inputField:focus{
	outline: none !important;
	border-color: black;
	box-shadow: 0 0 2px #719ECE;
}
#questionBoxInput{
	display: none;
	align-self: center;
}
#pickType{
	display: flex;
	flex-direction: column;
}
#pickType > *{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}