body {
    width: 100%;
}
.flex-container {
	display: flex;
	align-items: center;
}
.flex-spacer {
	flex-grow: 1;
}
.filter-row {
    background: #F2F2F2;
    cursor: pointer;
    margin-top: 20px;
}
.inner-filter {
    display: none;
    background: #FFF;
    max-width: 100%;
}
.table-caption {
    text-align: center;
    font-size: 12px;
}
table {
	border-collapse: collapse;
	margin: 0 auto 5px auto;
	user-select: none;
	width: 96%;
	table-layout: fixed;
}
table td, table th {
	border: 1px solid #ddd;
	text-align: center;
}
td {
    font-size: 12px;
}
table tr:nth-child(even) {
	background-color: #f2f2f2;
}
table tr:hover {
	background-color: #ddd;
}
table th {
	background-color: #E6FFFF;
	color: black;
	position: sticky;
	top: 0;
}
.header-download {
    display: flex;
    justify-content: center;
    align-items: center;
}