table.styled {
	margin:60px 0;
	overflow: hidden;
	border:none;
	border-radius: 8px; 
}
table.styled th, table.styled td {
	background-color:#dfd8b4;
	border:none;
	border-left:solid 5px #fbf6dd; 
	border-top:solid 5px #fbf6dd;
	line-height:1.73;
	padding:12px;
	color:#505050;
	vertical-align:top;
}
table.styled tr:first-child th, table.styled tr:first-child td {
	border-top:none; 
}
table.styled th:first-child, table.styled td:first-child {
	border-left:none; 
}
table.styled th {
	text-align:center;
}
table.styled .head {
	background-color:#40b572;
	color:#fff;
}



table.styled h4 {
	text-align:left;
	padding:5px;
	background-color:#dfd8b4;
	font-size:25px;
}
table.styled h5 {
	text-align:left;
	padding:5px;
	background-color:#40b572;
	color:#fff;
	font-size:22px;
}
table.styled .imgs {
	background-color:#c5e9d5;
	text-align:center;
	padding:0;
}
table.styled .notes {
	padding:20px;
}
table.styled li {
	margin-bottom:5px;
	font-size:15px;
	line-height:1.73;
	padding-left:42px;
}
table.styled li span {
	display:inline-block;
	margin-left:-42px;
}