.inputTextMD {
	background: none;
	color: white;
	border: none;
	font-size: 20px;
	border-radius: 20px;
	padding: 15px;
}

.inputTextMD:active {
	background: none;
	color: white;
	border: 3px solid white;
	padding: 15px;
}

.inputTextMD:focus {
	background: none;
	color: white;
	border: 3px solid white;
	padding: 15px;
}

.Levelcorrselector {
	background: white;
	border: 3px solid black;
	border-radius: 20px;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
}