.mobile_download_form {
	overflow: hidden;
}


.mobile_create_form {
	padding: 0.5%;
	border: 1px solid #000;
	margin: 1%;
	font-size: inherit;
	width: 45%;
	float: left;
}

.mobile_login_form {
	padding: 0.5%;
	border: 1px solid #000;
	margin: 1%;
	font-size: inherit;
	width: 45%;
	float: left;
}

.mobile_create_error {
	font-size: inherit;
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}

.input_mobile {
	font-size: inherit;
	width: 95%;
	padding: 0px !important; 
}

input[type="button"].input_mobile {
	background: #f00 url('../img/xv-button-bg-yellow.png') left top repeat-x;
}

.mobile_create_label {
	padding: 2px;
	margin: 0px;
}

video.ios_player::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.leveldiv_default {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	cursor: default;
}

.leveldiv_auto {
	color: #000;
	background-color: rgba(150, 150, 150, 0.7);
	text-align: center;
	cursor: default;
}

.leveldiv_forced {
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-weight: bold;
	cursor: default;
}

.related_video {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	margin: 1px;
	vertical-align: top;
}

.related_video a {
	color: #FFF;
	text-decoration: none;
}

.picture_related img {
	opacity:0.5;
}

.sponsor_popup a {
	color: #FFF;
	text-decoration: underline;
}

.parameter_element_checkbox {
	float: right;
	width: 15%;
}

.parametermenu {
	background-color: rgba(0, 0, 0, 0.5);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.parameter_element_txt {
	float: left;
	text-align: left;
}

.parameterelmt_default {
	color: #FFF;
	background-color: rgba(125, 125, 125, 0.5);
	text-align: center;
	cursor: default;
	width: 84%;
	margin: 3%;
	padding: 5%;
}

.parameterelmt_active {
	color: #000;
	background-color: rgba(150, 150, 150, 0.7);
	text-align: center;
	cursor: default;
	width: 84%;
	margin: 3%;
	padding: 5%;
}

.parameterelmt_forced {
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-weight: bold;
	cursor: default;
	width: 84%;
	margin: 3%;
	padding: 5%;
}
