﻿st-fixed-header {
	position: fixed;
	padding: 1rem;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
}

st-main {
	width: 100%;
	height: 100%;
	position: relative;
	/*top: 85px;*/
}
