<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{overflow-y:scroll;padding:0px;}
body
{
  /*background-color:#191919;*/
  background-color:#696969;
  font-size: 12px;
  font-family:verdana,tahoma,arial;
  word-wrap:break-word;
	color: white;
	font-weight: bold;
}

a:link, a:visited { text-decoration:none; color:#DCDCDC; }
a:hover{ color:#DCDCDC; }
a:active{ color:#DCDCDC; }

#adminlink {margin: 0;position: fixed;width: 25px;right: 0;top: 0;background-image: linear-gradient(45deg, #ffffff00, #ffffff00, #ff000061);height: 25px;}
#adminlink:hover {background-image: linear-gradient(45deg, #ffffff00, #ffffff00, #f30606);}
#topmenu {padding: 1em; border-bottom: 2px dashed black;}
#topmenu &gt; li {display: inline-block;padding: 0px 10px;}

/* add */
.annotation { text-align: center; background-color: #696969; padding-top:17px; padding-bottom:17px; } 

/* details */
.players_table { margin: auto;  border-spacing: 0px 5px; }
.settings_table { margin: auto; border: 1px solid #22252f; border-spacing: 0px 0px; border-collapse: collapse; max-width: 600px; }
.players_table tr, .settings_table tr { background-color: #696969; white-space:nowrap; table-layout:fixed; }
.players_table td { padding: 8px; }
.settings_table td { padding: 8px; white-space: pre-wrap; }

.details_info_row { background-color: #696969; margin-top: 14px; }
.details_info, .details_info_column:nth-child(2) {vertical-align: top;}
.details_info_ceil, .details_info_column, .details_info_scolumn {display: inline-block;}
.details_info_column {margin-right: 12px;}
.details_info_srow {padding: 0.75rem;}
.details_info_srow:nth-child(2n) {background-color: #2F4F4F;}
.details_info_ceil:first-child {padding-right: 4px;}
.details_info_ceil:nth-child(2) {font-weight: 300;}
#gamelink {vertical-align: middle;display: block;margin-bottom: 6px;width: calc(100% - 2px);}
.details_info_column:nth-child(2), .details_password_image {
  background-size: cover;
  width: 250px;
  height: 188px;
}
.details_password_image, .details_game_image, .details_location_image {
  display: block;
  z-index: 5;
  background-size: cover;
}
.details_info_column:nth-child(2) {
  border-radius: 4px; 
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.details_password_image {
  background-position: 100% 100%;
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
}
.details_location_image {
  width: 16px;
  height: 11px;
  position: relative;
  right: 4px;
  float: right;
  top: 4px;
}
.details_game_image {
  width: 16px;
  height: 16px;
  position: relative;
  left: 4px;
  top: 4px;
  opacity: .4;
  border-radius: 6px;
}
.details_game_image:hover { opacity: 1; transition-duration: 500ms; }
img[title='Location: XX'] { display: none; }

.table_head { font-weight: bold; }
.spacer { background-color: #696969; height:6px; width:90%; margin:auto; margin-top: 10px; margin-bottom: 10px; border:1px dotted black; }
.noinfo { margin:auto; text-align:center; background-color: #696969; display: inline-block; padding:15px; }
#invalid_server_id, #back_to_servers_list { margin:auto; text-align:center; }
div[id^="servername"] { margin:auto; text-align:center; font-weight:bold; padding-bottom: 15px; font-size: 16px; }
#gamelink { width:100%; margin:auto; background-color: #696969; text-align: center; padding-top:4px; padding-bottom:4px; }

#details_playerlist {overflow: auto;}

/* list */
.contry_icon { border:none; width: 16px; height: 16px; }
.game_icon { border:none; width: 16px; height: 16px; border-radius: 0px; }
.details_icon,
.status_icon_onp { width: 32px; height: 32px; display: inline-block; background-size: cover; }
.details_icon { background-image: url(../other/icon_details.gif) !important; }
.status_icon_nrs,
.status_icon_onl,
.status_icon_onp,
.status_icon_pen { width: 16px;height: 16px; border: 0px solid black; display: inline-block; }
.status_icon_onl { background: #8ee683; }
.status_icon_nrs { background: #f1abab; }
.status_icon_onp { background-image: url(../other/icon_online_password.gif) !important; }
.status_icon_pen { background-color: gray; }

#server_list_table { margin:auto; width: 100%; border-radius: 12px; margin-top:40px; border-collapse: collapse; }
#server_list_table tr:not(#server_list_table_top) { background-color: #696969; height: 30px; }
#server_list_table td, #server_list_table th { padding:2px; border-bottom: 1px dotted black; }
#server_list_table_top { text-align: left; }
.servername_cell { text-align:left; }
.servername_cell &gt; div { width:100%; overflow:hidden; height:1.3em; line-height:1.3em; }
div.servername_nolink { display: none; }
.map_cell { white-space:nowrap; text-align:left; }
.players_cell { white-space:nowrap; }
.inner_bar { width: 100% !important; }
*[class^='players_percent'] { display:none; }
.details_cell, .status_cell { white-space:nowrap; text-align:center; }
.details_cell { display: none; }

#pages { width: fit-content; margin: auto; margin-top: 16px; }
#pages a { padding: 5px; background-color: #696969; }
#pages span { padding: 10px; }

#totals { width: fit-content; margin:auto; margin-top: 16px; }
#totals &gt; div { width: fit-content;  background-color: #696969; padding:15px; display:inline-block; }

/* */
.inline{ display:inline-block; }

/* adaptiveness */
@media(max-width: 990px) {
	.map_cell {	display: none; }
}

@media(max-width: 414px) {
	body { margin: 0; }
	.servername_cell &gt; div {
		width: 100%;
		overflow: hidden;
		line-height: 1em;
		font-size: larger;
		/*font-family: cursive;*/
		height:3em;
	}
	.connectlink_cell,
	td.details_cell, 
	.map_cell, 
	div.servername_nolink,
	.status_icon_nrs,
	.status_icon_onl,
	.status_icon_onp { display: none; }

	div.servername_link a { color: #d5f2ff; }
	div.servername_link { display: block; }
	#server_list_table td {	padding: 3px;	}
	#server_list_table td:not(.status_cell) {	padding: 10px; }
	#server_list_table tr.server_nrs { background-color: rgba(148, 0, 0, 0.2); }
	
	/*details*/
	#gamelink { display: none; }
  .details_info { display: flex; flex-flow: column; }
  .details_info_column { margin: auto; order: 2; margin-top: 6px; }
  .details_info_column:nth-child(2) { order: 1; }
	#details_playerlist { overflow: auto;	}
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}</pre></body></html>