@charset "UTF-8";
/* CSS Player */

body {
	background-color: #465661;
}
#header {
	background-image: url(images/logo-trans.png);
}
#questiontext {
	display: none;
	text-align: left;
	font-size: 16px !important;
	clear: both;
}
#player_html5 { width: 640px; margin-left: 7px; }
#player_html5 video { display: block; width: 640px; height: auto; }
#player { border: 1px solid black; width: 640px; margin-left: 7px; }
#img { display: none; }
#question { margin-top: 10px; position: relative; z-index: 1; }

#questiontext a { margin-left: 50px;  }