
@charset UTF-8;

body{
	font-size: 16px;
}

h1{
	margin: 21px 0 40px;
}

h3{
	margin: 30px 0 15px 0;
}

.green{
	color: #73A333;
}

.border{
	height: 0;
	border-bottom: 1px solid #000;
	margin: 15px 0;
}

table.lens{
	font-size: 16px;
	line-height: 1.7em;
	border-collapse: separate;
	border-spacing: 3px 0;
	width: 100%;
	margin: 25px 0;
}

table.lens th,
table.lens td{
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	border-left: 1px dashed #000;
	width: 270px;
	padding: 0 20px;
}

table.lens th:first-child,
table.lens td:first-child{
	border-left: 0;
}
	
table.lens th{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

table.lens tr.green td{
	color: #73A333;
	font-size: 16px;
	padding-bottom: 0px;
}

table.lens tr.image td{
	text-align: center;
	padding-top: 20px;
}
