#main {overflow:inherit}
table.tablesorter thead th { position: sticky; top: 0; background:#fff; z-index:1}
#footer {overflow:hidden; margin-bottom:0;}

.phpwarningcontainer {
	font-family:monospace;
	font-size:small;
	font-weight:bold;
	overflow:scroll;
	z-index:99999;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:10vh;
	color:white;
	background-color:rgba(255,64,0,.5);
}
.phpwarning {
	white-space:pre;
	padding: 10px;
	border-bottom: 1px solid red;
}
.phpwarninghide {
	position:fixed;
	bottom:10px;
	right:10px;
	border: 1px solid white;
	padding: 2px;
	cursor: pointer;
}
.phpwarninghide a {
	cursor: pointer;
	color:white !important; 
}
.phpwarningshow {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: small;
	color:red; 
	padding: 1px;
	font-weight: 500;
	cursor: pointer;
	opacity:0.1;
}
.phpwarningshow a {
	cursor: pointer;
	color:red !important; 
}
a.nolink {cursor: default; text-decoration: none;}; 
