.print_hide, #top_bar, #header, aside, #list_add_new, #filters, #list_nav, #pagination, #list_header, #results_per_page, #footer_container, #fs_message, #support_form {
	display: none !important;
}

body {
	font-family: Helvetic, sans-serif;
	background: none;
	color: black;
	font-size: 12pt;
}

h1 {
	font-family: Helvetic, sans-serif;
	color: black;
	font-size: 16pt;
}

#item_count {
	font-family: Helvetic, sans-serif;
	color: black;
	font-size: 14pt;
}

#page {
	width: 100%;
	margin: 0; padding: 0; border: 0px;
	background: none;
}

#reach_cms_list {
	list-style: none;
	width: 100%;
	margin: 0; padding: 0;
}

#reach_cms_list li.headers {
	font-weight: bold;
	margin-bottom: 5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
}

#reach_cms_list li {
	margin: 0; padding: 0; border: 0px;
	border-bottom: 1px solid #aaa;
}

#reach_cms_list li div {
	display: inline-block;
	width: 24%;
	text-align: left;
	margin: 0; padding: 0; border: 0px;
}

.for_print {
	display: block;
	clear: both;
	font-family: Helvetic, sans-serif;
	color: black;
	font-size: 12pt;
}

.for_print p {
	clear: both;
	margin-bottom: 20px;
}

#reach_cms_list li .print_10 {
	width: 10%;
}
#reach_cms_list li .print_20 {
	width: 20%;
}
#reach_cms_list li .print_30 {
	width: 30%;
}
#reach_cms_list li .print_40 {
	width: 40%;
}
#reach_cms_list li .print_50 {
	width: 50%;
}
#reach_cms_list li .print_60 {
	width: 60%;
}

#reach_cms_list_results li {
	display: none;
}

#reach_cms_list_results li.active {
	display: block;
}

img {
	width: 300px;
}