﻿.page-xmd {
	background: #000 url("/content/shared/images/bg/feedback.jpg") center no-repeat;
	background-size: cover;
}
.feedback-sent-xmd {
	max-width: 50em;
	margin: 1em auto;
}
.large-italic-title-xmd {
	vertical-align: middle;
	text-align: center;
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 1.5em;
}
p {
	text-indent: 2em;
}
div.container>div.row>div {
	margin-top: 20px;
}
@media all and (min-height: 700px) and (min-width: 1000px){
	div.container>div.row>div {
		margin-top: 100px;
	}
}