br.clear {
	clear: both;
}

body > section {
	width: auto;
	max-width: 1200px;
	margin: 25px auto;
}

body > section.top {
	margin-top: 115px !important;
}

body > section h1 {
	color: #bb3838;
	font: 700 36px "Open Sans", sans-serif;
	padding: 25px;
	padding-top: 115px !important;
	float: right;
}

body > section h2 {
	color: #000;
	font: 500 24px "Open Sans", sans-serif;
	padding: 25px;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes fadeInAnimation {
	to {
			opacity: 1;
	}
}

@media only screen and (max-width: 600px) {
	form,
	#dpm-annotation,
	#payment-status{
		width: 80vw;
		min-width: initial;
	}
}
