.epv-excel-table-wrapper { margin: 20px 0; }
.epv-excel-table-wrapper h3 { margin-bottom: 15px; }

table.epv-excel-table {
	width: 100% !important;
	border-collapse: collapse;
	font-size: 0.85em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

table.epv-excel-table thead th {
	background: none;
	color: #000;
	padding: 8px 6px;
	text-align: left;
	font-weight: 700;
	white-space: nowrap;
	border: none;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

table.epv-excel-table thead tr:hover th { background-color: #f5f5f5; }

.epv-excel-table-toggle {
	display: inline-block;
	margin-left: 8px;
	font-size: 0.75em;
	transition: transform 0.2s;
	vertical-align: middle;
}

.epv-excel-table-toggle.collapsed { transform: rotate(-90deg); }

.epv-excel-hint {
	font-size: 0.8em;
	color: #888;
	margin-top: -10px;
	margin-bottom: 10px;
}

table.epv-excel-table tbody td {
	padding: 5px 6px;
	border: none;
	text-align: left;
}

table.epv-excel-table tbody tr { border-bottom: none; }
table.epv-excel-table tbody tr:hover { background-color: #f9f9f9; }

table.epv-excel-table tbody td a {
	color: #000;
	text-decoration: underline;
}

table.epv-excel-table tbody td a:hover { color: #555; }
