@charset "utf-8";
html, body {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	width: 100%;
	height: auto;
	background: none;
	background-color: #ffffff;
	text-align: left;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000;
}
a {
	outline: none;
	color: #F00;
	text-decoration: none;
}
a.img {border: none;}

.wrapper {
	width: 100%;
	margin-left: 0;
	background: none;
}
hr {
	width: 100%;
	border: none;
	border-top: #000 1px solid;
}
.header, .topmenu, .noprint, .left, .right, .top, .footer, ul.mainmenu, .admin-menu,
.cd-top, .grecaptcha-badge {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
* {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.data, .content, .content-data, .the-content {
	float: none;
	padding: 0;
	width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 .5em 0;
    padding: 0;
}
h1 { font-size: 21px; }
h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }

body.results h2 {
    page-break-before: auto;
}