

.scroll {
	height:300px;
	overflow:auto;
}

.sticky-header {
	background: white;
	width: 100%;
	position: sticky;
	top: -5px;
	margin-bottom: 0px;
	padding-top: 8px;
}
/*
.loader {
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
}
*/
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}