 tbody > tr > td { font-size: .85rem;}  
 thead > tr > th { font-size: .9rem;}  
 thead > tr {
		 background-color: hsl(240,50%,98.1%);
	 }
table thead,
table tfoot,
div.searchbar {
  position: sticky;
}
div.searchbar {
	inset-block-start: 0; /* "top" */
	background-color: hsl(240,50%,98.1%);
	height: 40px;
	margin-bottom: 0;
}
table thead {
  inset-block-start: 40px; /* "top" */
  margin-top: 0;
}
table tfoot {
  inset-block-end: 0; /* "bottom" */
}
.searchtitle {
	font-size: .8rem;
}
.message {
	font-size: .8rem;
	padding-bottom: 1rem;
}
thead > tr.info-row > th {
	font-size: .8rem;
}