@charset "utf-8";
/* CSS Document */

	table.options {border:1px solid #03244d; font-size:12px;}
	table.options tr.top th {background-color:#03244d; color:#fff; text-align: center;}
	table.options tr.top td {background-color:#03244d;}
	table.options tr td {text-align:center; }
	table.options tr:nth-child(even) {background-color:#eaeaea;}
	table.options tr th {}
	table.options th, table.options td {padding:1%;}
	table.options tr.data {border-bottom:1px solid #000;}
	table.options tr.data td {border-left:1px solid #000;}
	table.options tr.data td:last-child {background-color:#a1a1a1; color:#000; font-weight: 600;}
	table.options a {border-bottom:1px dashed #cc4e0b; font-size:1.3em;}
	
	table.options thead th {width:15%;}
	table.options tbody tr th.rowtitle {background-color:#97B7DF; font-weight:600; font-style: italic; font-size:1.3em;}
	@media (min-width: 768px) {
	table.options thead th {width:10%;}
		}

	ol li, ol li h3 {font-size:20px;}
	ol li p {font-size:16px;}