table {
	width: 100%;
	margin-bottom: 2em;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
/*thead tr th:first-child, tbody tr td:first-child {
	width: 50%;
	min-width: 75%;
	max-width: 75%;
	word-break: break-all;
	background: pink;
}
thead tr td:last-child {
	width: 50%;
	word-break: break-all;
	background: red;
}
tbody tr td:nth-child(2) {
	width: 10%;
	background: red;
}
tbody tr td:nth-child(3) {
	width: 0.5%;
	background: orange;
}
tbody tr td:nth-child(4) {
	width: 10%;
	background: lightblue;
}
tbody tr td:nth-child(5) {
	width: 4.5%;
	background: lime;
}*/
tbody tr td:first-child {border-right: 1px solid #ddd;}
tr:nth-child(even) {background-color: #eee;}
th, td {
	padding: 8px;
	text-align: left;
}
th {
	background: #333;
	color: #ff8c00;
}
.exp {
	margin: auto;
	font-size: 0.9em;
	font-style: italic;
}
table a {
	color: #ff8c00;
	text-decoration: none;
	font-weight: 600;
}