.fancy_details_table {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 13px;
}

.fancy_details_table td {
	width: 50%;
	text-align: left;
}

.fancy_details_table td:last-child {
	font-weight: bold;
}

.fancy_form {
	display: none;
	width: 500px;
	text-align: center;
	padding: 10px 20px 20px 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_infobox {
	display: inline-block !important;
}

.fancy_form h3 {
	margin-top: 10px;
	padding-bottom: 15px;
}

.fancy_form .inputs {
	padding-top: 15px;
}

.fancy_form .select2 {
	width: 276px !important;
	text-align: left;
	margin-left: 92px !important;
}

.select2-container .select2-dropdown--below {
	z-index: 99999 !important;
}

.fancy_form .select2-hidden-accessible {
	float: left;
	width: 20px;
}

.fancy_form p {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.fancy_form_label {
	display: none;
}

.fancy_form .fancy_form_label {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin-bottom: 3px;
}

.fancy_form label {
	display: none;
}

.fancy_form select, .fancy_form input, .fancy_form .inputs .small_input {
	float: none;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_form input {
	text-align: center;
}

.fancy_form .button {
	float: none;
}

/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	.fancy_form {
		width: 100%;
	}
	
	.fancy_form select, .fancy_form input {
		width: 85%;
	}
}