table._tbl_f-consumer {
	width: 643px;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: 1.5;
}

table._tbl_f-consumer th {
	border: solid 1px #DFDFDF;
	padding: 10px;
}

table._tbl_f-consumer td {
	border: solid 1px #DFDFDF;
	background: #fff;
	padding: 10px;
}

table._tbl_f-consumer tr th:nth-of-type(1){
 	vertical-align: top;
	background: #EFF5E7;
	font-weight: normal;
	text-align: left;
}

table._tbl_f-consumer tr td:nth-of-type(1){
	vertical-align: top;
	background: #fff;
	text-align: left;
}

table._tbl_f-consumer tr td:nth-of-type(2){
	text-align:center;
	white-space: nowrap;
	vertical-align: middle;
}


table._tbl_f-consumer thead tr th {
	background: #006762!important;
	color: #fff!important;
	padding: 0.5em!important;
	text-align:center!important;
	font-weight: bold!important;
	}

.list_mark > li {
	position: relative;
	padding-left: 1.5em !important;
}

.list_mark > li > span.mark {
	position: absolute;
	left: 0;
	top: 0;
}

.list_policy > li {
	position: relative;
	padding-left: 4em !important;
}

.list_policy > li > span.icon{
	position: absolute;
	left: 0;
	top: 0;
	background: #11a292;
	color: #fff;
	font-size: 80%;
	padding: 0.1em 0.5em;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border: none;
	white-space: nowrap;
}