.fixed-table-container {
	max-height: 58.716em;
	padding-top: 3.303em; /* height of header */
	position: relative;
	border-radius: 0.367em 0.367em 0 0;
	border-right: 0.06em solid #aaaaaa;
	border-left: 0.06em solid #aaaaaa;
	overflow-x: auto;
	overflow-y: hidden;
}

.fixed-table-container-inner {
	max-height: 58.716em;
	overflow-y: auto;
	overflow-x: hidden;
}

.fixed-header-table {
	border-collapse: collapse !important;
	border: none;
	border-bottom: 0.092em solid #dddddd;
}

.fixed-header-table th {
	text-align: left !important;
	padding-left: 0.734em;
	padding-right: 0.734em;
	white-space: nowrap;
}

.fixed-header-table td {
	border-left: 0.092em solid #dddddd;
}

.th-inner {
	position: absolute;
	top: 0;
	color: white;
	background-color: #4170d4;
	text-align: center;
	float: right;
	line-height: 1.85em;
	padding-top: 0.734em;
	padding-bottom: 0.734em;
	border-bottom: 0.183em solid #ddd;
	border-top: 0.06em solid #aaaaaa;
	border-left: 0.092em solid #ddd;
	margin-left: -0.826em;
}

.first-header {
	border-top-left-radius: 0.367em;
}