﻿.card {
	margin: 0px 10px;
}

.card-header {
	background-color: #efefef;
}

.table-responsive {
	max-height: 400px;
	overflow: auto;
}

thead tr:nth-child(1) th {
	position: sticky;
	top: -0.5px;
	z-index: 10;
}

#MainContent_searchTextLegendLabel table {
	border-collapse: inherit;
}
