.data-row,.tcc-sort{cursor:pointer;}
thead.sticky th {
	position:sticky;
	top: -1px;
	background: #fff;
	white-space:nowrap;
}
.tableexport-caption{
	text-align:left;
}





.tcc-summary {
	color: #FFF;
	background-color: #003b76;
	cursor: pointer;
	margin:2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-family: "Segoe UI",Arial,sans-serif;
	font-size: 1.2em;
}

.details-content {
	max-height:0;
	overflow: hidden;
	transition: max-height .9s ease-out;
}

details.is-open .details-content {
	max-height:1000px;
	overflow-y: scroll;
	transition: max-height .9s ease-in;
}

details[open] > summary::before {
  transform: rotate(90deg);
  transition: transform 0.2s;
}

td:focus-within {
	border: 1px solid yellow;
}