* {
	margin: 0;
	padding: 0;
	border:none;
}

html, body {
	width:      100%;
	height:     100%;
	overflow:   hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	text-rendering: 'optimizeLegibility';
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

cite, em, var, address {
	font-style: normal;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

textarea {
	resize: none;
}

.image, .video {
	width: 80%;
	height: 80%;
}

#idSiteMeterHREF {
	position: absolute;
	height: 0;
	width: 0;
}

body > iframe {
	position: absolute;
	height: 0;
	width: 0;
}

.dx_page_text {
	white-space:pre-wrap;
}

.dx_page_text ul{
	padding-left: 25px;
}

.dx_placeholder_input::-webkit-input-placeholder {
   color:#555555;  
}

.dx_placeholder_input:-moz-placeholder { /* Firefox 18- */
   color:#555555;  
}

.dx_placeholder_input::-moz-placeholder {  /* Firefox 19+ */
   color:#555555;  
}

.dx_placeholder_input:-ms-input-placeholder {  
   color:#555555;  
}

body {
	background-color:#FFFFFF;
	color:#7A7A7A;
}

a {
	color:#7A7A7A;
}
.dx_page_text a { color:#FF0000;  }
.dx_page_text .iframe { width:100%; height:100%;  }
.dx_page_text .text-column { max-width: 400px; margin: auto;  }


