#ip-op-table-container {
	font-family: "Fidelity Sans";
	font-size: 1rem;
	margin:0;
	padding:0 0 2.8125em 0;
	background-color:#efefef;
}

#ip-op-table-container h2 {
	padding:3.75em 0 1.875em 0;
	margin:0;
	font-size:1.5em;
	text-align:center;
	font-weight:300;
}

#ip-op-table-container .footnote {
	font-size:.75em;
	line-height:1.3125;
	color:#666;
}

#ip-op-table-container table {
	width:100%;
	border-collapse: collapse;
	background-color:#fff;
	margin-bottom:.75em;
	font-weight:normal;
}

#ip-op-table-container table thead tr th {
	padding-top:.75em;
	padding-bottom:.5em;
	border-bottom:solid .0625em #ccc;
	background-color:#fff;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#454545;
	font-weight:normal;
	text-align:center;

}

#ip-op-table-container table thead tr th:first-child {
	border-bottom:none;
	background-color:#efefef;
}

#ip-op-table-container table tbody tr td {
	text-align:center;
	width:16.666%;
	padding:1em .625em .75em .625em;
	color:#454545;
}

#ip-op-table-container table tbody tr td:first-child {
	background-color:#024A7A;
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	line-height: 1.375;
	border-bottom:solid .0625em #fff;

}

#ip-op-table-container table tbody tr:last-child td:first-child {
	border-bottom:none;
}


@media only screen and (min-width: 481px){
	#ip-op-table-container .desktop {
		display:table;
	}
	#ip-op-table-container .mobile {
		display:none;
	}
}


@media screen and (min-width: 320px) and (max-width:480px){
	#ip-op-table-container .mobile {
		display:table;
	}
	#ip-op-table-container .desktop {
		display:none;
	}
	#ip-op-table-container h2 {
	padding:2.5em 0 1.875em 0;
	margin:0;
	font-size:1.5em;
	line-height:1.25;
	text-align:center;
	font-weight:normal;
}
	#ip-op-table-container table {
	width:100%;
	border-collapse: collapse;
	background-color:#fff;
	margin-bottom:1.25em;
}
	#ip-op-table-container table tbody tr td{

	font-weight:normal;
	}

	#ip-op-table-container table thead tr th:first-child {
	background-color:#024A7A;
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	line-height: 1.375;
	padding:1em 0 .75em 0;
	border-right:solid .0625em #fff;
	border-bottom:none;
}

	#ip-op-table-container table tbody tr td:first-child {
	text-align:center;
	width:33%;
	padding:1em .625em .75em .625em;
	color:#454545;
	border-bottom:none;
	font-weight:normal;
}
	#ip-op-table-container table tbody tr td:last-child {
	text-align:center;
	width:66%;
	padding:1em .625em .75em .625em;
	color:#454545;
	background-color:#fff;
	font-weight:normal
}

	#ip-op-table-container table tbody tr td:first-child {
	background-color:#fff;
	color:#454545;
	text-align:right;
	border-right:solid .0625em #ccc;
	padding-right:.625em;
}

    #ip-op-table-container .footnote {
	font-size:.75em;
	line-height:1.25;
	padding-bottom:20px;
}
   
}

