@charset "utf-8";
/* CSS Document */

#solution_text {
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	width:860px;
	color:#333;}

#solution_text h1 {
	font-size:18px;
	color:#5B7674;}

#solution_text div {
	font-size:13px;}

#solution_text div div {
	font-size:14px;
	font-weight:600;
	color:#5B7674;}

#solution_text ul li {
	font-family: 'Open sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#333;
	vertical-align:middle;}
		
#solution_text ul a {
	color:#1C5166;
	text-decoration:underline;}

#solution_text ul a:hover {
	text-decoration:none;}

#solution_pics, #legend {
	width:100%;
	padding:20px 0 20px 0;}

#solution_pics img, #legend img {
	margin-left:30px;}

	
#print a {
	font-family: 'Open sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#999;
	text-decoration:none;
	float:right;
	margin-right:40px;
	margin-top:-25px;}
	
#print a:hover {
	color:#666;}
		
table {
	margin-top:10px;
	width:100%;}

table th {
	padding-left:10px;
	font-weight:600;
	background-color:#CCC;
	text-align:left !important;}
	
table td {
	padding:5px;
	border-bottom-color:#5B7674;
	border-bottom-style:solid;
	border-bottom-width:thin;
	text-align:left !important;}

p a {
	color:#333;}

p a:hover {
	text-decoration:none;}
	
#remark p {
	margin-top:40px;
	font-size:11px;}