/* CSS Document */

.position-sticky {
	position: sticky;
	top: -1px;
	z-index: 3;
}