.orbit-container {
	width:100%;
	margin-top:-15px;
}

@media only screen and (min-width: 40.063em) {
	.orbit-container {
		width:calc(100% - 320px);
	}
	.orbit-container.orbit-customer {
		width:100%;
	}
}

.orbit-form {
	width:100%;
	background-color:white;
	padding:18px 18px;
	box-sizing:border-box;
}
/* Mobile/lower-resolution devices */
@media screen and (max-width:320px) {
	
	.order_button_erhverv {
		margin-right: 16px !important;
	}
}

@media only screen and (min-width: 40.063em) {
.orbit-form.absolute-medium-up {
	position:absolute;
	border:1px solid #588fff;
	right:0px;
	width:280px;
	height:540px;
	float: left;
}

.orbit-form form {
	height:100%;
	position:relative;
}

@media only screen and (min-width: 40.063em) {
	.orbit-form.absolute-medium-up button[type=submit] {
		position:absolute;
		bottom:0;
		left:0;
		margin:0;	
	}
}

/* CHANGES BY PHILIP JUNE 27, 2016 */
.orbit-form {
	width:100%;
	background-color:white;
	padding:7px 10px;
	box-sizing:border-box;
}
