
* {
	box-sizing: border-box;
	
}

html, body {

	width: 100%;
	height: 100%;
	overflow:hidden;
	position: fixed;
	color: #333333;
	text-decoration: none;
	font-style: none;
	/*text-shadow: 0px 1px 0px #ffffff;*/
	font-size: 16px;
	
}

a {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

header {
	/*position: fixed; */
	width: 100%;
	z-index: 99990;
	box-shadow: 3px 5px 6px rgba(0,0,0,0.25);
	
}

#tbar_top {
	background-color: black;
	color: white;
	padding:4px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 90px;
	/*box-shadow: 3px 5px 6px #ffffff;*/
	/*border-bottom: 0.5px solid #cccccc;*/
	background-image: linear-gradient(to bottom, #000000 0%, #181818 100%);
}

#view_nav {
	background-color: rgb(35, 47, 62);
	color: white;
	/*background-image: linear-gradient(to bottom, #bbbbbb 0%, #ffffff 100%);
	color: black;*/
	padding:6px;
	padding-left: 90px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.55);
	z-index: 9999;
	/*border-bottom: 1px solid #aaaaaa;*/
	/*white-space: nowrap;*/
	
	background-image: linear-gradient(to bottom, rgb(87 104 139) 0%, rgb(35, 47, 62) 100%);
    border-top: 1px solid rgb(142 183 235);
	border-bottom: 1px solid rgb(0 0 0);
	
	
	background-image: linear-gradient(to bottom, rgb(84 84 84) 0%, rgb(60 60 60) 100%);
	border-top: 1px solid rgb(124 124 124);
}

#leftnav {
	height: 100%;
	background-image: linear-gradient(to top right, #bbbbbb 0%, #ffffff 100%);
	box-shadow: 3px 0px 16px rgba(0,0,0,0.65);
	width: 260px;
	z-index:9998;
	position: relative;
	bottom: 0px;
	left:-260px;
	/*border-top: 1px solid #aaaaaa;*/
	/*border-right: 1px solid #aaaaaa;*/
	padding-top:4px;
	/*transition: left 0.5s;*/
}

body.nav #leftnav {
	left: 0px;
}

a:hover {
	text-decoration: none;
}

#left_scroll {
	position: absolute;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
	width: 100%;
	bottom: 0px;
	top: 0px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
}

#content {
	height: 100%;
	background-color: #ffffff;
	box-shadow: 3px 5px 6px rgba(0,0,0,0.25);
	width: 100%;
	z-index:9996;
	position: absolute;
	bottom: 0px;
	
	/*border-top: 1px solid #aaaaaa;*/
	
	
	/*background-image: linear-gradient(to bottom right, #dddddd 0%, #ffffff 100%);*/
}

#scroll_contents {
	position: absolute;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
	right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	
	box-shadow: 0px -2px 6px rgba(0,0,0,0.25);
	/*transition: left 0.5s;*/
}
body.bottombar #scroll_contents.paginate {
	bottom: 60px;
}

#topbar {
	display: none;
	box-shadow: 0px 8px 9px rgba(0,0,0,0.45); 
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	background-image: linear-gradient(to bottom, #333333 98%, #333333 100%); 
	position: absolute; 
	position: sticky;
	right:0px; 
	height:50px;
	z-index:99999999999;
}
body.topbar #topbar {
	display: block;
}

body.topbar #scroll_contents {
	top: 50px;
	top: 0px;
}
#topbar {
	left: 0px;
}
body.nav.leftnav #topbar {
	left:260px;
	left: 0px;
}

body.bottombar #paginate {
	height: 60px;
	background-image: linear-gradient(to bottom, #ffffff 0%, #bbbbbb 100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	left: 0px;
	/*transition: left 0.5s;*/
	/*border-top: 1px solid #cccccc;*/
	box-shadow: 1px -5px 16px rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0.25);
}

body.transition #leftnav, body.transition #paginate, body.transition #scroll_contents, body.transition #topbar  {
	transition: left 0.5s;
} 

body.nav.leftnav #scroll_contents, body.nav.leftnav #paginate {
	left: 260px;
}

.nobottombar #scroll_contents {
	bottom: 0px;
}
.nobottombar #paginate {
	display:none;
}

h1 {
	font-size: 18px;
	padding: 2px;
   /* text-shadow: 0px 1px 0px #ffffff;*/
	margin: 0;
	display: inline-block;
}
h1#loggedin {
	text-align:right;
	position: absolute;
	right: 10px;
	color: #dddddd;
	
}
.loginlink, .logoutlink {
	color: rgb(251, 255, 180);
	top:0px;
	position: relative;
	font-size: 0.9em;
	/*font-family: serif;*/
	/*color: rgba(180, 180, 230, 1.0);
	color: #ffcccc;
	color: rgba(255, 164,164, 1.0);*/
	text-shadow: 0px 0px 8px rgba(251, 255, 30, 0.6);
	font-weight: normal;
}
.white {
	color: white;
}
.nav_link {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-style: none;
	/*border-radius:12px;*/
	padding-top:8px;
	padding-bottom:6px;
	/*color: #222288;
	text-shadow: 1px 1px 0px #ffffff;*/
	color: white;
	display:inline-block;
	margin-top:3px;
	margin-bottom:3px;
	/*border-left: 1px solid #aaaaaa;*/
	border-left: 1px solid rgb(75, 87, 102);
	
	border-left: 1px solid rgb(143 148 155);
	
	border-left: 1px solid rgb(124 124 124);
	border-right: 1px solid #0a0909;
	
	text-shadow: 1px 1px 0px #000000;
}
.nav_link:last-child {
	border-right: 0;
}
.link {
	text-decoration: none;
	font-style: none;
	color: #aa0000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	/*color: red;*/
}
/*@media (max-width: 1000px) {*/
	#view_nav {
		position:relative;
		height:50px;
		padding-left:0px;
		padding-right:0px;
	}
	.scrollcontent {
		position:absolute;
		padding-left:80px;
		bottom:0px;
		top:0px;
		padding-top:6px;
		padding-bottom:6px;
		display:table-cell;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y:hidden;
		-webkit-overflow-scrolling: auto;
		width: 100%;
	}
/*}*/
	#bgdiv {
		position: relative; 
		min-height: 100%; 
		height:100%; 
		min-width: 100%; 
		width:100%; 
		display: table; 
		background-image: linear-gradient(to top right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%); 
		background-repeat: repeat; /*background-repeat: no-repeat; background-attachment: fixed;*/
		box-shadow: inset 0px 0px 160px rgba(0,0,0,1.0); 
	}
	#searchinput {
		min-width: 200px;
		border-left: 1.5px solid rgb(124 124 124) !important;
		border-right: 1.5px solid rgb(124 124 124) !important;
		border-bottom: 1px solid rgb(124 124 124) !important;
		box-shadow: -1px 0px 7px rgb(255 255 255 / 60%), 1px 0px 7px rgb(255 255 255 / 60%);
		border-radius: 3px !important;
	}
	
/*	
@media screen and (max-width: 600px) and (min-height: 480px) {
	.scrollcontent {
		position:static;
		white-space: pre-wrap;
		overflow-x: visible;
		overflow-y:visible;
		padding-left:0px;
		display:table;
		padding-left: 90px;
	}
	#view_nav {
		height:auto;
	}
	.nav_link {
		border: 1px solid rgba(0, 0, 0, 0.3);
		background-image: linear-gradient(to top, rgba(200,200,200,0.55) 0%, rgba(255,255,255,0.55) 100%);
		box-shadow: 1px 1px 1px #000000;
	}
	.nav_link:active {
		position: relative;
		top:1px;
		right:-1px;
		box-shadow: -1px -1px 1px #000000;
	}
	
	
	.nav_link {
		border-right: 0px solid #444444;
		border-radius: 12px;
		margin-right: 3px;
	}
	
	.nav_link:first-child {
		border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
	}
}*/

@media (orientation: portrait), screen and (max-width: 600px) {
	body #addnav {
		position: static !important;
		transform: none !important;
		display: inline-block !important;
		margin-top:4px;
		padding-right: 10px;
		padding-left:10px;
	}
	body #navcontainer {
		text-align: left !important;
		vertical-align: top !important;
	}
	body #searchinputcontainer{
		position: absolute;
		text-align:center;
		display: inline-block;
	}
	
	body #navsearchcontainer {
		display: table;
		width:100%;
	}
	body #navcontainer {
		display: table-cell;
	}
	body #searchcontainer {
		display: table-cell;
		width:100%;
	}
	#searchinput {
		width: 100% !important;
		display: inline-block;
		min-width: 100% !important;
		border-right: 1px solid #cccccc !important;
		border-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
	
	#tbar_top {
		padding-left: 90px;
	}
	#bgdiv {
		background-repeat: repeat;
	}
	
}
*:focus, *:active {
    outline: none;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
.nav_link.selected {
	color: #aa2222;
	color: #ff6666;
	color: #ff8662;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000000;
}
.left_link {
	display: block;
	text-align: center;
	padding: 10px;
	color: #333333;
	text-decoration: none;
	font-style: none;
	text-shadow: 0px 1px 0px #ffffff;
	border-bottom: 1px solid rgba(192, 192, 192, 0.5);
	border-top: 1px solid #ffffff;
}
.left_link.group {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(192, 192, 192, 0.6);
}
.left_link.selected:not(.group) {
	color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(192, 0,0, 0.5) 0%, rgba(192, 0,0, 0.75) 100%);
    border: 1px solid #990000;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	text-shadow: 0px 1px 0px #000000;
}
.left_link.selected.group {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(192, 192, 192, 0.9);
	border-top: 1px solid rgba(92, 92, 92, 0.5);
	border-bottom: 1px solid #ffffff;
}
.nav_link:first-child {
	border-left: 0px;
	/*padding-left: 0px;
	border-left: 0px;*/
	/*margin-left: 90px;*/
}
body {
	font-family: Arial;
	margin: 0;
}

#logo_container {
	background-color: rgba(110, 110, 110, 0.85);
	background-color: rgb(210, 84, 84);
    background-image: linear-gradient(to bottom, rgba(200, 74,74, 1.0) 50%, rgba(180, 54,54, 1.0) 50%);
	border: 1px solid #444444;
	border-top: 1px solid rgba(255,255,255,0.85);
	border-right: 1px solid rgba(255,255,255,0.85);
	
	border-left: 1px solid rgba(255,255,255,0.85);
	border-bottom: 1px solid rgba(255,255,255,0.85);
	/*background-color: rgba(192, 0, 0, 0.35);
	border: 1px solid #990000;*/
	border-radius: 20px;
	display: inline-block;
	width: 66px;
	height: 60px;
	position: absolute;
	left: 6px;
	top: 4px;
	padding:8px;
	z-index: 99999;
	/*box-shadow: inset 0px 1px 0px 0px #ffffff;*/
	box-shadow: 2px 2px 8px #000000;
	/*box-shadow: 1px 1px 8px #ff4444;*/
	cursor: pointer;
}
#logo_container:active {
	box-shadow: none;
	margin-top: 1px;
	margin-left: 1px;
}
#logo_container:hover {
	/*box-shadow: 0px 0px 30px #FFAA00;
	background-color: rgba(0, 0, 192, 0.85);*/
}
#logo {
	display: inline-block;
	width: 70px;
	height: 60px;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	background-image: url('/images/app_icon_white.png');
	background-position: center 0px; 
	opacity: 1.0;
	margin-left: -10px;
}
#logo_container:hover #logo {
	opacity: 1.0;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
	
}
thead tr {
	/*border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;*/
}
thead td {
	font-weight: bold;
    background-image: linear-gradient(to bottom, rgba(162, 162, 162, 0.6) 50%, rgba(142, 142, 142, 0.6) 50%);
	background-image: linear-gradient(to bottom, rgba(212, 212, 212, 1.0) 50%, rgba(192, 192, 192, 1.0) 50%);
	font-size: 16px;
	padding:15px;
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
	position: sticky;
	top: 0;
	z-index:9;
	/*box-shadow: inset 0px -2px 0px 0px #000000;*/

}
thead td.selected {
	background-image: linear-gradient(to bottom, rgba(200, 74,74, 1.0) 50%, rgba(180, 54,54, 1.0) 50%);
	color: #ffffff;
	text-shadow: 0px 1px 0px #333333;
}
td {

	padding:8px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	

	white-space: nowrap;
	/*min-width:200px;*/
}
table:not(.nostyle) td {
	text-align:center;
	border-right: 1px dotted rgba(0,0,0,0.1);
	border-bottom: 1px dotted rgba(0,0,0,0.25);
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
table:not(.nostyle) tbody tr:nth-last-child(2) td {
	border-bottom: 0 !important;
}
/*td {
	width: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: rgb(249, 249, 249);
}
td {
	text-align:center;
	border-right: 1px dotted rgba(0,0,0,0.1);
	border-bottom: 1px dotted rgba(0,0,0,0.25);
	padding:8px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	
}*/
table:not(.nostyle) td:last-child {
	border-right: none !important;
}
table:not(.nostyle) tbody>tr:nth-child(even) td {
	/*background: rgb(249, 249, 249);*/
	background-image: linear-gradient(to bottom, rgba(239, 239, 239, 1.0) 50%, rgba(229,229, 229, 1.0) 50%);
}
table:not(.nostyle) tbody>tr:nth-child(odd) td {
	background: rgb(255, 255, 255);
}
tr.header td {
	background-image: linear-gradient(to bottom, #ffffff 0%, #CCCCFF 100%);
	color: #000000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
	cursor: pointer;
	padding-top: 16px;
	border-right: 1px solid rgba(0,0,0,0.25);
	border-bottom: none !important;
}
tr.header td.selected {
	background-image: linear-gradient(to bottom, #ffffff 0%, #ff0000 100%);
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000000
}
table:not(.nostyle) tbody tr:last-child td {
	border-right: 0px;
	border-bottom: 0px;
}

#page_left {
		border-radius: 50%;
	color: white;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	background-color: rgba(192, 0, 0, 0.75);
	border: 1px solid #990000;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	
	margin-right: 10px;
}

#page_right {
	border-radius: 50%;
	color: white;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	background-color: rgba(192, 0, 0, 0.75);
	border: 1px solid #990000;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	
	margin-left: 10px;
}


input[type='text'], input[type='password'], textarea, select {
    border: 1px inset #eee;
    padding: 4px;
    border-radius: 4px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 5%, #ffffff 52%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#f7f7f7), color-stop(52%,#ffffff));
    background: -webkit-linear-gradient(top, #f7f7f7 5%,#ffffff 52%);
    background: -o-linear-gradient(top, #f7f7f7 5%,#ffffff 52%);
    background: -ms-linear-gradient(top, #f7f7f7 5%,#ffffff 52%);
    background: linear-gradient(to bottom, #f7f7f7 5%,#ffffff 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
    font-size: 20px;
    margin-bottom: 10px;
}

.arrow-up {
	display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
	margin-left: 3px;
	margin-bottom: 3px;
}

.arrow-down {
	display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
	margin-left: 3px;
	margin-bottom: 3px;
}

#loading {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(192, 192, 192, 0.1);
	z-index:999999;
	background-image: url('loading.gif');
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center center; 
	pointer-events: none;
}
#noresults {
	display: block;
	text-align:center;
	padding:40px;
}
.hidden {
	display: none;
}

#win_loss_popup_container {
		position: fixed; 
		left: 0; 
		top: 0; 
		width:100%; 
		height: 100%;
		z-index:9999999;
		cursor:pointer;
		background-color: rgba(192, 192, 192, 0.6);
	}
	#win_loss_popup {
		  background-color: rgba(255,255,255, 1.0);
		  color: black;
		  font-weight: bold;
		  position: fixed;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  z-index: 1000;
		  width: 80%;
		  text-align: center;
		  border-radius: 8px;
		  min-height: 180px;
		  border: 1px solid #000000;
		  cursor: default;
		  box-shadow: 0px 0px 30px #666666;
		  max-width: 600px;
	}
	#win_loss_popup_titlebar {
		background-color: #10557d;
		padding: 2px;
		padding-left: 8px;
		padding-top: 6px;
		padding-bottom: 4px;
		color: white;
		text-align:left;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		cursor: default;
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	}
	#win_loss_popup_close {
		display: inline-block;
		float: right;
		padding-left: 8px;
		padding-right: 9px;
		padding-top: 6px;
		padding-bottom: 4px;
		color: #ffffff;
		background-color: rgb(215, 0, 0);
		border-top-right-radius: 8px;
		position: relative;
		border-left: 1px solid rgba(0, 0, 0, 0.6);
		border-top: 1px solid rgba(0, 0, 0, 0.6);
		border-right: 1px solid rgba(0, 0, 0, 0.6);
		border-bottom: 1px solid rgba(0, 0, 0, 0.6);
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		top: -7px;
		right: -3px;
		cursor: pointer;
	}
	#win_loss_popup_close:hover {
		background-color: rgb(255, 0, 0);
	}
	#win_loss_popup_close:active {
		background-color: rgb(180, 0, 0);
	}
	
	#win_loss_popup li {
		display: block;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
::-webkit-scrollbar-thumb {
    background: #aaaaaa;
	border-radius:8px;
	border: 1.5px solid #666666;
}
::-webkit-scrollbar-track:not(input):not(select):not(textarea) {
	background: rgba(220, 220, 220, 1.0);
	background-image: linear-gradient(to bottom, #333333 98%, #333333 100%);
}
/*.scrollcontent::-webkit-scrollbar-track:hover {
	background: rgba(100, 100, 100, 1.0);
}
.scrollcontent::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,1.0);
}*/
::-webkit-scrollbar-track {
	/*border-radius: 50px;*/
	padding:15px;
	
}
::-webkit-scrollbar {
    height: 13px  !important;
	width: 13px  !important;
}

#view_nav .scrollcontent::-webkit-scrollbar {
	height: 2px  !important;
	width: 2px  !important;
}
#view_nav .scrollcontent::-webkit-scrollbar-thumb {
	border: none !important;
	border-radius: 0px !important;
	background: #cccccc;
}
#view_nav .scrollcontent::-webkit-scrollbar-track {
	background: #000000;
	
}

.scrollcontent {
	scrollbar-color: #ffffff #000000;
	scrollbar-width: thin;
}

hr {
border-block-end-color: rgb(238, 238, 238);
border-block-end-style: inset;
border-block-end-width: 1px;
border-block-start-color: rgb(238, 238, 238);
border-block-start-style: inset;
border-block-start-width: 1px;
border-bottom-color: rgb(238, 238, 238);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: inset;
border-bottom-width: 1px;
border-collapse: separate;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-inline-end-color: rgb(238, 238, 238);
border-inline-end-style: inset;
border-inline-end-width: 1px;
border-inline-start-color: rgb(238, 238, 238);
border-inline-start-style: inset;
border-inline-start-width: 1px;
border-left-color: rgb(238, 238, 238);
border-left-style: inset;
border-left-width: 1px;
border-right-color: rgb(238, 238, 238);
border-right-style: inset;
border-right-width: 1px;
border-top-color: rgb(238, 238, 238);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: inset;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(51, 51, 51);
display: block;
font-family: Arial;
font-size: 16px;
font-style: normal;
height: 2px;
margin-block-end: 8px;
margin-block-start: 8px;
margin-inline-end: 0px;
margin-inline-start: 0px;
overflow-x: hidden;
overflow-y: hidden;
text-align: center;
text-shadow: none;
unicode-bidi: isolate;
}
hr.black {
	border-top: 1px solid #000000 !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	height: 1px !important;
}

.instance {
	background-image: linear-gradient(to bottom, #ffffff 0%, #bbbbbb 100%); 
	box-shadow: 0px 2px 6px rgba(0,0,0,0.25); 
	box-shadow: 0px 8px 18px rgba(0,0,0,0.75); 
	box-shadow: 0px 18px 28px rgba(0,0,0,0.75); 
	display:inline-block; 
	margin:15px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding:10px; 
	min-width: 300px; 
	min-height: 80px; 
	/*border: 1px solid #999999; */
	border-radius: 6px;
}

.instancetbl tr>td:first-child {
	text-align:right;
	border-right:0px;
}
.instancetbl tr>td:last-child {
	text-align:left;
}

.instancetbl tr {
	padding: 4px;
	background: none;
}

.gamemaplink {
	display: block;
	margin-top: 6px;
}

.link[href] {
	cursor: pointer;
}

.sortheader {
	cursor: pointer;
}

tbody>tr>td:first-child {
	position: sticky;
	left: 0px;
}
thead>tr>td:first-child {
	position: sticky;
	left: 0px;
	z-index:99999;
}

.content_container {
	min-height: calc(100% - 50px) !important;
	height: calc(100% - 50px) !important;
}