@charset "utf-8";
/* CSS Document */

div.sample_info_here {
	position: relative;
	width: auto;
	margin: 20px;
	font-family: Roboto, Arial, Helvetica;
	font-size: 14px;
	color: #404040;
}
div.sample_info_here div.sample_info_title {
	line-height: 18px;
	font-size: 15px;
	color: #3b5e7c;
}
div#tree_here {
	position: relative;
	border: 1px solid #dfdfdf;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.09);
	width: 100%;
	height: 400px;
	margin-left: 20px;
	margin-bottom: 20px;
}
