<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}


table{
	padding: 0px;
	border-spacing: 0px;
}

.main_table{
	width : 1052px;
	margin: 0 auto;
}

a{
	color: #9999FF;
	font-weight: bold;
}

a:visited{
	color: #9999FF;
	font-weight: bold;
}

a:hover{
	color: #FFFFFF;
	font-weight: bold;
}

ul{
	padding-left:0px;
	margin-left:27px;
}

ul ul{
	padding-left:0px;
	margin-left:20px;
}

button:not(.hovermenu_button,.filter_tag){
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-weight:300;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	transition: all 0.2s;
}
button:not(.hovermenu_button,.filter_tag):hover{
	color:#000000;
	background-color:#FFFFFF;
}
@media all and (max-width:30em){
	button:not(.hovermenu_button,.filter_tag){
		display:block;
		margin:0.4em auto;
	}
} 

ul li{
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner{
	width: 1052px;
	height: 120px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
}


.slideshow{
	width: 1052px;
	height: 323px;
}

.header_background {
	position: absolute;
	width:100%;
	height:130px;
	left:0px;
	top: 0px;
	z-index: -1;
	background-color: black;
}

.background{
	/*background-image: url(images/background.png);*/
	background-image: url(images/background_texture.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-color: #404040;
}

.content{
	padding-top: 0px;
	padding-bottom: 0px;
	border: 5px solid black;
	background-color: rgba(0,0,0,0.9);
	font-size: 14px;
}

.content_h1{
	font-size:22px;
	color: #CCCCCC;
}
.content_h2{
	font-size:18px;
	color: #909090;
}
.content_h3{
	font-size:14px;
}

.content_cell{
	vertical-align: top;
	padding: 20px;
}

.content_vertical_separator{
	background-image: url(images/content_vertical_separator.png);
	background-repeat: repeat-y;
	max-width:3px;
	padding:0px;
}

.content_horizontal_separator{
	background-image: url(images/content_horizontal_separator.png);
	background-repeat: repeat-x;
	max-height: 3px;
	height: 3px;
	padding:0px;
	width: 100%;
}

.menu{
	margin-left:auto;
	margin-right:auto;
	height: 46px;
	border: 1px solid #888888;
	outline: 5px solid black;
	background-color:black;
	border-spacing: 1px;
	border-collapse: separate;
}

.menu_section{
	text-align: center;
	padding-left:  10px;
	padding-right:  10px;
	vertical-align:middle;
	background-image: url(images/menu_back.png);
	background-repeat: repeat-x;
}

.menu_section_{
	text-align: center;
	padding-left:  10px;
	padding-right:  10px;
	vertical-align:middle;
	background-image: url(images/menu_back_.png);
	background-repeat: repeat-x;
}

.menu_button{
	display: table-cell;
	height:25px;
	width:120px;
	padding:auto;
  	font-size: 16px;
	font-weight: 900;
	color: #555555;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
}

.menu_button:visited{
	font-size: 16px;
	font-weight: 900;
	color: #555555;
	text-decoration: none;
}

.menu_section_ &gt; .menu_button:visited{
	color: #000000;
}

.menu_button:hover{
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_button:hover{
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
}


.menu_section_separator{
	width: 2px;
	background-image: url(images/menu_separator.png);
	background-repeat: repeat-y;
}

.menu_wrapper{
	display:table-cell;
	width: 1052px;
	height: 60px;
	vertical-align:top;
/*	background-color: rgba(0,0,0,0.8);*/
/*	border: 5px solid black;	*/
}

.copyright{
	background-color: #909090;
	padding-top: 5px;
	font-size: 14px;
	color: #EEEEEE;
	padding-bottom: 5px;
}



.pt_selector
{
	display: block;
	width : 40px;
	height: 25px;
	background-image: url(images/pt_selector.png);
	background-repeat: no-repeat;
}


.pt_selector:hover{
	display: block;
	width : 40px;
	height: 25px;
	background-image: url(images/pt_selector_.png);
	background-repeat: no-repeat;
}

.en_selector{
	display: block;
	width : 40px;
	height: 25px;
	background-image: url(images/en_selector.png);
	background-repeat: no-repeat;
}


.en_selector:hover{
	display: block;
	width : 40px;
	height: 25px;
	background-image: url(images/en_selector_.png);
	background-repeat: no-repeat;
}

.index{
	margin-left:auto;
	margin-right:auto;
	min-width : 200px;
	max-width : 200px;
	vertical-align: top;
	padding-right: 20px;
	background-color: rgba(200,200,255,0.1);
}


.unit_selection_table{
	padding: 2px;
	border: 2px solid #303030;
	font-size: 12px;
	width:100%;
}

.unit_table{
	padding: 2px;
	border: 2px solid #303030;
	font-size: 11px;
	width:100%;
}

.unit_weapon_table{
	padding: 2px;
	border: 1px solid #909090;
	font-size: 11px;
	width:100%;
}
.unit_weapon_table_header{
	font-size: 12px;
	font-weight: bold;
	background-color: gray;
}

.unit_rec_reduction{
	font-size: 12px;
	font-weight: bold;
	color: #55FF55;
}
.unit_rec_increase{
	font-size: 12px;
	font-weight: bold;
	color: #FF5555;
}

.unit_th{
	padding: 2px;
	background-color: rgba(128,128,128,0.3);
 	border: 1px solid #606060; 
}
.unit_td {
 	padding: 2px;
	background-color: rgba(64,64,64,0.3);
 	border: 1px solid #606060;
 	vertical-align: middle;
	white-space:nowrap;
}

.wep_th{
	padding: 2px;
	background-color: rgba(128,128,128,0.3);
 	border: 1px solid #606060; 
}
.wep_td {
 	padding: 2px;
 	border: 1px solid #606060;
 	vertical-align: middle;
	white-space:nowrap;
}
.unitpic{
	width:76px;
	height:76px;
}

.filter_tag{
	font-size: 12px;
	padding:2px;
	background-color: #606060;
	color: #DDDDDD;
 	border: 1px solid #909090;	
}

.filter_tag:hover{
	font-size: 12px;
	padding:2px;
	background-color: #909090;
	color: #DDDDDD;
 	border: 1px solid #606060;
}

table.ladder_table .ladder_trend_up,.ladder_trend_up {
	font-size: 12px;
	color: #55FF55;
}

table.ladder_table .ladder_trend_down, .ladder_trend_down {
	font-size: 12px;
	color: #FF5555;
}

.ladder_profile_link {
	font-size: 10px;
}

.flag_32 {
	width: 32px;
	height: 32px;
}

.flag_24 {
	width: 24px;
	height: 24px;
}

.img_32 {
	width: 32px;
	height: 32px;
}

table.ladder_table {
	font-size : 25px;
	vertical-align : middle;
}

table.battle_list_table {
	font-size : 15px;
	vertical-align : middle;
}
table.history_table {
	font-size : 14px;
	font-weight : bold;
	border-spacing : 2px 10px;
	vertical-align : middle;
}

.award_image {
	width: 100px;
	height: 100px;
}
.award_image_sml {
	width: 40px;
	height: 40px;
}
.award_cell {
	width: 100px;
	font-size : 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.player_info_td {
	padding:10px; 
	border: 1px solid gray;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

#hovermenu {
	display: block;
	padding:0px; 
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	position: absolute;
	left:0px;
	top: 0px;
	z-index: 10;
	display:none;
	background-color: #444444;
}


.hovermenu_row {
	width:100%;
	padding: 0px;
	border-bottom: 1px solid gray;
}

.hovermenu_button {
	width:150px;
	outline: none;
	color: white;
	background-color: #303030;
	font-weight: bold;
	padding: 5px;
	border: 1px solid black;
}

.hovermenu_button:hover {
	color: black;
	background-color: white;
}


.history_year {
	width:60px;
	border: 1px solid gray;
	background-color: #333333;
}

.history_entry1 {
	border: 3px solid yellow;
	background-color: #333333;
}

.history_entry2 {
	border: 3px solid #AAAAAA;
	background-color: #333333;
}

.history_entry3 {
	border: 3px solid  #CD9977;
	background-color: #333333;
}

.latest_games_table td {
	border: 1px solid gray;
	padding: 5px;
	border-collapse: collapse;
}

.latest_games_table td,.latest_games_table th {
	border: 1px solid gray;
	text-align: left;
	padding: 5px;
	border-collapse: collapse;
}

#ss_image {
	cursor: zoom-in;
}

.button_ss_next {
	width:40px;
	height:80px;
	cursor: pointer;
	background-image: url('images/ss_next.png');
}

.button_ss_prev {
	width:40px;
	height:80px;
	cursor: pointer;
	background-image: url('images/ss_prev.png');
}
.button_ss_next:hover {
	width:40px;
	height:80px;
	background-image: url('images/ss_next_.png');
}

.button_ss_prev:hover {
	width:40px;
	height:80px;
	background-image: url('images/ss_prev_.png');
}

#ss_label{
	font-weight: bold;
	font-size: 25px;
}

.icons_table {
	border: 1px solid grey;
}
.icons_table td,.icons_table th {
	border: 1px solid grey;
	padding: 5px;
	border-collapse: collapse;
}

.data_table th {
	border: 1px solid grey;
	color: black;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	border-collapse: collapse;
}
.data_table td {
	border: 1px solid grey;
	padding: 5px;
	border-collapse: collapse;
}

.data_table tr {
	background-color: rgba(0,0,0,0.3);
}
.data_table tr:nth-child(odd) {
	background-color: rgba(48,48,48,0.3);
}
.spoiler {
	display: none;
}

.resultWIN {
	background-color : #00AA00;
	color: white;
	font-weight : bold;
}
.resultLOSE{
	background-color : #FF3333;
	color: white;
	font-weight : bold;
}

.factions_image {
	border: 1px solid white;
}


.comparison_nochange {
	background-color: rgba(128,128,128,0.3);
}

.comparison_neutral {
	background-color: rgba(255,255,0,0.3);
}

.comparison_buff {
	background-color: rgba(0,255,0,0.3);
}

.comparison_nerf {
	background-color: rgba(255,0,0,0.3);
}

.optional_label {
	border:1px solid #404050;
	color: #707070;
	padding: 2px;
	font-weight:bold;
	background-color: #202030;
	font-size:80%;
}

.news_header {
	 border: 1px solid white;
	 background-color: rgba(50,50,50,0.5);
	 padding: 10px;
}

.news_image {
	max-width: 50%;
	border: 3px solid grey;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.news_table {
	 border-spacing: 30px;
}

.news_row:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}
.news_row:nth-child(even) {
	background-color: rgba(0,25,50,0.3);
}
.news_row td {
	border : 1px solid grey;
	padding: 10px;
}


.play_button{
	float: center;
	display:inline-block;
	font-size: 30px;
	border:2px solid #AAAA33;
	border-radius: 8px;
	width: 300px;
	line-height:42px;
	height:46px;
	font-weight:900;
	color:#000000;
	background-color:#FFEE66;
	text-align:center;
	transition: all 0.2s;
	text-decoration: none;
	outline: 2px solid white;
    outline-offset: 4px;
}
.play_button:visited{
	color: #000000;
	font-weight: 900;
}
.play_button:hover{
	color:#000000;
	border:2px solid #CCCCCC;
	background-color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}


.discord_button{
	float: right;
	display:block;
	font-size: 30px;
	border:2px solid transparent;
	border-radius: 8px;
	width: 220px;
	line-height:32px;
	height:36px;
	font-weight:300;
	color:#FFFFFF;
	background-color:transparent;
	text-align:center;
	transition: all 0.2s;
	text-decoration: none;
	outline: 2px solid white;
    outline-offset: 4px;
}
.discord_button:visited{
	color: #FFFFFF;
	font-weight: 300;
}
.discord_button:hover{
	color:#FFFFFF;
	border:2px solid rgba(255,255,255,0.1);
	background-color:rgba(255,255,255,0.2);
	font-weight:300;
	text-decoration:none;
}
</pre></body></html>