.table-wrap{
	overflow: auto;
	width: 100%;
	height: 600px;
}
.table-wrap table{
	border-spacing: 0;
	border-collapse: separate;
}
.table-wrap th{
	border-top: none;
	border-left: none;
}
.table-wrap td{
	border-top: none;
	border-left: none;
}
.table-wrap tbody tr:last-child td{
border-bottom: none;
}
.table-wrap thead{
	position: sticky;
	top: 0;
	left: 0;
}
@media (max-width: 767px) {
	.table-wrap{height: 400px;}
}