.modal-body .tableFixHead {
	height: 270px;
    overflow-x: hidden;
}
#kommission .tableFixHead {
	height: 38vh;
    overflow-x: hidden;
}
.tableFixHead {
	margin: 0;
	overflow-y: auto;
	overflow-x:auto;
	height: 635px;
}
  .tableFixHead thead th {
	position: sticky;
	top: 0;
	background-color: #d2dae3;
	z-index: 15;
  }
 .tableFixHead table {
	margin-top: 0px;
	border-collapse: collapse;
	width: 100%;
  }
  th,
  td {
	padding: 8px 16px;
  }

@media (max-height: 991px){
	.modal-body .tableFixHead {
		height: 270px;
	}
}
@media (max-width: 784px){
	#kommission .tableFixHead {
		overflow-x: visible;
	}
}