th {
	background: yellow;
	color: black;
	position: sticky;
	top: 69px; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 999;
  }