body {
	background-image: linear-gradient(rgba(23,72,130,1), rgba(51,209,238,1));
	padding: 0;
	margin: 0;
}

table, th, td {
	border: 1px solid;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 4px;
	text-align: left;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid transparent;
	border-radius: 4px;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,0.4);
}

.stickyheader {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 32px;
	margin: 32px;
	background-color: rgba(255,255,255,0.95);
	border-radius: 16px;
	text-align: center;
	padding: 15px;
	font-family: monospace;
	border: 2px solid black;
	font-size: 26px;
	font-weight: bolder;
}

.stickycontenttopper {
	position: fixed;
	top: 80px;
	left: 0px;
	right: 0px;
	margin: 16px;
	background-color: rgba(255,255,255,0.95);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height:  16px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.stickycontentcontainer {
	position: fixed;
	bottom: 64px;
	top: 80px;
	left: 0px;
	right: 0px;
	margin: 32px;
	border-radius: 16px;
	border: 2px solid black;
	background-color: rgba(255,255,255,0.95);
	overflow: hidden;
}

.stickycontent {
	position: fixed;
	bottom: 80px;
	top: 96px;
	left: 0px;
	right: 0px;
	margin: 32px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-left: 24px;
	font-family: monospace;
	font-weight: normal;
	font-size: 12px;
	overflow-y: scroll;
}

.stickycontentbottom {
	position: fixed;
	bottom: 16px;
	left: 0px;
	right: 0px;
	margin: 16px;
	background-color: rgba(255,255,255,0.95);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	height:  16px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.stickyfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 64px;
	background-image: url(../images/ground.png);
}