#export_html div.inside {
	height: 500px;
}

#export_html_content {
	color: black;
	font-family: Arial, sans-serif; font-size: 11pt;
	margin: 15px auto;
	width: 860px;
}

#export_html_content table { 
	background: #f0f0f0; 
	border: 1px solid #ddd; 
	margin-bottom: 20px;
	width: 100%;
}

#export_html_content th {
	padding: 5px;
	text-align: left;
	width: 20%;
}

#export_html_content td {
	padding: 5px;
}

#export_html_content tr:nth-child(odd) {
	background-color: #fafafa;
}

#export_html_content .return_to_top {
	text-align:right;
}