
div.insurance {
	background-color: white;
	background-color: #efefef;
	padding: 40px 50px 30px 50px;
}

div.insurance table.list-table {
	border-left: 1px solid #e4e4e4;
	width: auto;
}

div.insurance table.list-table th {
	background-color: #053b8c;
	color: white;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

div.insurance table.list-table td {
	border: 1px solid #e4e4e4;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 10px 30px;
}

div.insurance h4 {
	text-align-last: left;
}

div.insurance ul.list li {
	margin: 4px 0;
}