<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tabs table {
	font-family:'ProximaNovaLight';
	color:#3b3b3b;
	width:100%;
	border:1px solid #3b3b3b;
	margin-bottom:25px;
	font-size:22px;
	line-height:30px;
}

#tabs th {
	background:#3b3b3b;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#tabs th.first {
	border-right:1px solid #fff;	
}


#tabs tr {
	border-bottom:1px solid #3b3b3b;
}

/* TM didn't want to handle this manually
#tabs tr.odd {
	background:#dddddd;
}*/

#tabs tr:nth-of-type(odd) {
	background:#dddddd;
}

#tabs td {
	padding:20px 20px;
	width:75%;
	height:65px;
}

#tabs td.first {
	border-right:1px solid #cecece;
	font-family:'ProximaNovaBold';
	width:25%;
}

#tabs p.indented {
	margin-left:10%;
}


@media screen and (max-width: 1000px) {

	#benefitsoverview {
		padding:30px;
	}

	#tabs td {
		padding:10px 10px;
	}

	#tabs table {
		font-size:20px;
	}
}


@media screen and (max-width: 570px) {

	#benefitsoverview {
		padding:15px;
	}

	#tabs table {
		font-size:14px;
		line-height:20px;
	}

}</pre></body></html>