/*
 Stylesheet für die Anleitung, wie SuS das Lerntempoduett erreichen
*/

#message{
	display:none;
	font-size:1em;
}
#alertclose{
	background-color:#9ACD32;
	color:#ffffff;
	font-size:2em;
	font-weight:bold;
	padding:10px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
	border:none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
