tbody tr:nth-child(odd) {
  background-color: #FEFFFF;
}
tbody tr:nth-child(even) {
  background-color: #FAFFFF;
}
tbody tr:hover {
	background-color: #F4F4F4;
}


caption {
	font-style: italic;
	text-align: center;
	color: #444;
	caption-side: bottom;
	font-size:.78rem;
	}
	table {
		table-layout: fixed;
		width: 95%;
		border-collapse: collapse;
		font-size: 1rem;
		margin: auto;
		vertical-align: middle;
	}
	thead {
		border: 1px solid #2471A3;	
		background-color: #FCF3CF;
		color:#5B4A06;
		font-size:1.05rem;
	}
	thead th {
		padding: 11px 6px;
		text-overflow: ellipsis;
	}
	thead th:nth-child(1) {
		width: 6.66rem; 
	}
	thead th:nth-child(2) {
		/* width: 90%; */
	}
	td {
		text-align: left;
		border: 1px solid #2471A3;	
		padding: 3px 7px;
	}
