@import "font.css";
@import "logo.css";
@import "mainmenu.css";

:root {
	--color-base:				hsl(55, 22%, 75%);
	--color-active:				hsl(55, 42%, 65%);
	--color-hover:				hsl(60, 66%, 73%);
	--color-disabled:			hsl(55, 02%, 55%);
	
	--color-gray:				#ccc;
	
	--color-red-light:			hsl(00, 46%, 83%);
	--color-red:				hsl(00, 86%, 53%);
	
	--color-green-light: 		hsl(117, 46%, 83%);
	--color-green: 				hsl(117, 46%, 68%);
	--color-green-dark:			hsl(117, 46%, 53%);
	
	--color-base-dark: 			hsl(45, 42%, 65%);
	--color-base-darker:		hsl(45, 42%, 25%);
	--color-hover-dark: 		hsl(45, 62%, 65%);
	--color-background-dark: 	hsl(45, 02%, 05%);
	
	--colorcode-base:				55, 22%, 75%;
	--colorcode-active:				55, 42%, 65%;
	--colorcode-hover:				60, 66%, 73%;
	--colorcode-disabled:			55, 02%, 55%;

	--colorcode-red-light:			00, 46%, 83%;
	--colorcode-red:				00, 86%, 53%;

	--colorcode-green-light: 		117, 46%, 83%;
	--colorcode-green: 				117, 46%, 68%;
	--colorcode-green-dark:			117, 46%, 53%;

	--colorcode-base-dark: 			45, 42%, 65%;
	--colorcode-base-darker:		45, 42%, 25%;
	--colorcode-hover-dark: 		45, 62%, 65%;
	--colorcode-background-dark: 	45, 02%, 05%;
}


body {
	font-family: 'trebuc';
	color: var(--color-base);
	text-shadow: 1px 1px black;
	font-weight: normal;
	background-image: url("../images/background/background.png");
	background-color: black;
	background-repeat: repeat;
	margin: 0;
    padding: 0;
	max-width: 100vw;
	max-height: 100vh;
	background-position: 0% 0%;
	background-size: cover;
	overflow: overlay;
	cursor: url("../images/cursor.png"), auto !important;
}

a, a:hover, a:active {
	color: var(--color-base);
	text-decoration: none;
}

html {
  scroll-behavior: smooth;
	cursor: url("../images/cursor.png"), auto !important;
}

::-webkit-scrollbar {
  width: 5px;
  z-index: -1;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--color-base);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-hover);
}

header {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#tableheader {
	margin-top: 5vh;
	margin-bottom: 5vh;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#tableheader td {
	/* border: 1px solid red; */
}

#tableheader td:nth-child(1) div{
	float: right;
}

#tableheader td:nth-child(2) {
	width: 370px;
}

#tableheader td:nth-child(3) div{
	float: left;
}


#endtext {
	color: lightgray;
	font-size: 13px;
	font-family: 'trebuc';
	text-align: center;
	margin-left: clamp(3%, 5%, 10%);
	margin-right: clamp(3%, 5%, 10%);
}

#endtext a{
	color: lightblue;
	font-family: 'trebucbd';
	text-align: center;
	padding: 0;
	text-decoration: none;
}

@media screen and (max-width: 687px) {
	
#tableheader {
	margin-top: 0vh;
	margin-bottom: 0vh;
}

#tableheader td{
	display: table-row;
}

#tableheader td:nth-child(1) div{
	float: none;
}

#tableheader td:nth-child(2), #tableheader td:nth-child(2) div{
	/* width: auto; */
	display: none;
}
	
#endtext {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

}

@media screen and (max-width: 1031px) and (min-width: 688px) {

#tableheader {
	margin-top: 3vh;
	margin-bottom: 2vh;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}


#tableheader td:nth-child(2), #tableheader td:nth-child(2) div{
	display: none;
}
	
#endtext {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

}

#playercard {
	width: 726px;
	height: 406px;
	position: relative;
	margin: auto;
	padding-bottom: 16px;
	background: url("../images/panel/playercard.png");
	background-repeat: no-repeat;
	background-size: 726px 406px;
	background-position: center;
	color: var(--color-gray);
}

/* PLAYERNAME */

#playername {
	position: absolute;
	left: 363px;
	transform: translate(-50%);
	display: inline-block;
	margin-bottom: 2em;
	text-align: center;
	color: var(--color-base);
	top: 18px;
	padding: 0;
}

#playername input {
	width: 100%;
	font-family: 'trebucbd';
	background-color: transparent;
	font-size: 16px;
	border: none;
	color: var(--color-base);
	text-align: center;
	border-radius: 4px; 
	background-repeat: no-repeat;
	transition: background-color 0.2s ease-in-out,
				width 2s;
}

#playername input[type=text] {
	min-width: 200px;
}

#playername input[type=text]:hover {
	background-color: hsla(360, 44%, 100%, 0.5);
}

#playername input[type=text]:focus {
	width: 200px;
	background-color: hsla(360, 44%, 100%, 0.5);
}

#playername input[type=text]:active {
	width: 200px;
	background-color: hsla(360, 44%, 100%, 0.5);
}

#playername input[type=text]:hover + input[type=submit] {
	background-image: url("../images/buttons/arrow_right_disabled.png");
	opacity: 1;
}

#playername input[type=text]:focus + input[type=submit] {
	opacity: 1;
	transition: opacity 2s ease-in-out;
}

#playername input[type=submit] {
	border-radius: 0px; 
	position: absolute;
	display: block;
	background-image: url("../images/buttons/arrow_right_disabled.png");
	opacity: 0;
	padding-left: 3px;
	top: 4px;
	right: -20px;
	height: 18px;
	width: 18px;
	cursor: pointer;
}

#playername input[type=submit]:hover {
	background-image: url("../images/buttons/arrow_right_hover.png");
}

#playername input[type=submit]:focus {
	background-image: url("../images/buttons/arrow_right_press.png");
	opacity: 1;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=text] {
	-moz-appearance: textfield;
}

input::placeholder {
	color: var(--color-base);
	opacity: 1;
	transition: color 0.3s ease-in-out;
}

:-ms-input-placeholder {
	color: var(--color-base);
}

::-ms-input-placeholder {
	color: var(--color-base);
}

input:hover::placeholder{
	color: transparent;
}

.input-hidden-label {
	font-family: 'trebucbd';
	font-size: 16px;
	height: 0;
	visibility: hidden;
}

/* CHECKBOX STEAMNAME */

#playernamecheck {
	padding-left: 130px;
	padding-top: 20px;
	z-index: 3;
}

#myCheck {
	appearance: checkbox !important;
	width: auto;
	pointer-events: initial !important;
	color-scheme: dark;
}

#myCheck:checked {
	appearance: checkbox !important;
	width: auto;
	pointer-events: initial !important;
}

/* COUNTRYFLAG */

#countryText {
	position: absolute;
	top: 21px;
	font-size: 12px;
	left: 676px;
	text-transform: uppercase;
}

#countryImage {
	position: absolute;
	top: 19px;
	left: 697px;
}

/* STEAMLINK */

#steamlink {
	top: 17px;
	left: 20px;
	position: absolute;
}

#steamlink #steamURL img:hover {
	filter: none;
	border: 2px solid var(--color-hover);
}

#steamlink #steamURL img{
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid hsl(82, 12%, 14%);
	filter: grayscale(1.0);
}

/* MATCHHISTORY */

#matchhistory {
	top: 9px;
	left: 40px;
	position: absolute;
}

#matchhistory a:hover {
	filter: none;
	border: 2px solid var(--color-hover);
	background-image: url("../images/buttons_art/bttn_postgamestats_graph_active.png");
	background-repeat: no-repeat;
}

#matchhistory a {
	height: 20px;
	width: 20px;
	background-image: url("../images/buttons_art/bttn_postgamestats_graph_normal.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	border-radius: 20%;
	border: 2px solid hsl(82, 12%, 14%);
}

/* HELP */

#steamlink #steamURLhelp {

	font-family: 'trebucbd';
	width: 20px;
	height: 20px;
	color: var(--color-base);
	text-align: center;
	border: 2px solid var(--color-base);
	border-radius: 50%;
}

.hideHelp {
	font-size: 12px;
	display: none;
	padding-top: 10px;
}

#steamlink #steamURLhelp:hover {
	border: 2px solid var(--color-hover);
	color: var(--color-hover);
}

#steamlink #steamURLhelp:hover + .hideHelp {
  display: block;
  color: 2px solid var(--color-hover);
}

#steamlink #steamURLhelp:focus + .hideHelp {
  display: block;
  color: 2px solid var(--color-hover);
}

/* ONLINE */

#personaState {
	position: absolute;
	left: 33px;
	top: 28px;
	pointer-events: none;
}

#personaState img {
	width: 16px;
	height: 16px;
}

/* COH ONLINE */

#infocohOnlineCoh {
	position: absolute;
	border: 2px solid hsl(82, 12%, 14%);
	border-collapse: collapse;
	border-radius: 10%;
	top: 17px;
	left: 50px;
	width: 20px;
	height: 20px;
}

#infocohOnlineOnline {
	position: absolute;
	pointer-events: none;
	top: 28px;
	width: 16px;
	height: 16px;
	left: 63px;
	top: 28px;
}

.OnlineHoverGreen:hover {
	border: 2px solid hsl(111, 69%, 48%) !important;
}

.OnlineHoverRed:hover {
	border: 2px solid hsl(0, 69%, 48%) !important;
}



/* PREVIOUS NAME */

#previousname {
	font-family: 'trebuc';
	color: var(--color-base);
	font-size: 13px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	left: 113px;
}

#previousname table{
	border-spacing: 0px;
	top: 20px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: auto;
	position: absolute;
	width: 300px;
	height: 70px;
	left: -82px;
}

#previousname td{
	padding: 0;
	margin: 0;
	height: 15px;
	line-height: 1;
}

#previousname th{
	font-weight: normal;
	font-family: 'trebucbd';
	text-align: left;
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
	height: 5px;
	line-height: 0;
}

#previousname #previousnamesheader:hover {
	color: var(--color-hover);
}

#previousname tr{
	line-height: 1;
	padding: 0;
	margin: 0;
	height: 1px;
}

#previousname tr:hover{
	color: var(--color-hover);
}

#previousname #previousnamename {
	line-height: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#previousname #previousnamedate {
	font-size: 10px;
	line-height: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

/* DROPDOWN */

#data2content {
	height: 150px;
	width: 300px;
}

.dropbtn {
  background-image: url("../images/buttons/arrow_down_disabled.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  color: white;
  padding: 6px;
  font-size: 16px;
  border: none;
}

.dropbtn:hover {
	background-image: url("../images/buttons/arrow_down_hover.png");
}

.dropbtnhover {
	background-image: url("../images/buttons/arrow_down_press.png") !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  overflow: auto;
  z-index: 1;
}

.show {display: block;}

/* TABLE PAGE */

#nav2 {
	font-family: 'trebuc';
	font-size: 14px;
	position: relative;
	text-align: center;
	left: -50px;
	width: 300px;
	top: 85px;
	padding-top: 8px;
	z-index: 1;
}

#nav2 a{
	background-image: url("../images/menubuttons/coh_-_pause_button_-_disabled.png");
	background-size: 91px 34px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	color: var(--color-base);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -3px;
	margin-right: -2px;
	padding-left: 11px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	line-height: 1px;
	width: 100px;
}

#nav2 a:hover {
	color: var(--color-hover);
	background-image: url("../images/menubuttons/coh_-_pause_button_-_hover.png");
	opacity: 1;
}

#nav2 a:focus {
	color: var(--color-active);
	background-image: url("../images/menubuttons/coh_-_pause_button_-_off.png");
	opacity: 1;
}

#nav2 a.active {
	color: var(--color-active);
	background-image: url("../images/menubuttons/coh_-_pause_button_-_off.png");
	opacity: 1;
}


/* INFO STEAMAPI */

#infotable {
	font-family: 'trebuc';
	font-size: 13px;
	color: var(--color-base);
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 250px;
	height: 100px;
	left: 468px;
	top: 50px;
}

#infotable table{
	border-spacing: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: auto;
	position: absolute;
	width: 250px;
	height: 60px;
	right: 100px;
	white-space: nowrap;
}

#infotable td{
	padding: 0;
	margin: 0;
	height: 10px;
	line-height: 1;
}

#infotable th{
	padding: 0;
	margin: 0;
	height: 1px;
	line-height: 0;
}

#infotable tr{
	line-height: 1;
	padding: 0;
	margin: 0;
	height: 1px;
}

#infotable tr:hover {
	color: var(--color-hover);
}

#infotable #infomenuVariable {
	text-align: left;
	width: 90px;
	padding-left: 20px;
	margin: 0;
}

#infomenu #infomenuText {
	text-align: right;
	width: 90px;
	padding-right: 10px;
	margin: 0;
}

#infotable #infoRealName {
	font-family: 'trebucbd';
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoRealNameText {
	text-align: right;
	padding-right: 5px;
}

#infotable #infoAccountCreated {
	font-family: 'trebucbd';
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoAccountCreatedText {
	text-align: right;
	padding-right: 5px;
}

#infotable #infoLastOnline {
	font-family: 'trebucbd';
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoLastOnlineText {
	text-align: right;
	padding-right: 5px;
}

#infotable #infoTotalPlaytime {
	font-family: 'trebucbd';
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoTotalPlaytimeText {
	text-align: right;
	padding-right: 5px;
}

#infotable #infoPlaytime2Weeks {
	font-family: 'trebucbd';
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoPlaytime2WeeksText {
	text-align: right;
	padding-right: 5px;
}

#infotable #infoSmurf {
	font-family: 'trebucbd';
	color: var(--color-red);
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoSmurfText {
	text-align: right;
	padding-right: 5px;
	height: 27px;
}

#infotable #infoSmurfText a{
	color: yellow;
	background-image: url("../images/buttons_art/observer_off.png");
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid hsla(58, 100%, 74%, 0.3);
	height: 27px;
	padding-left: 12px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-top: 1px;
}

#infotable #infoSmurfText a:hover{
	color: yellow;
	background-image: url("../images/buttons_art/observer_on.png");
	background-repeat: no-repeat;
}

#infotable #infoBanned {
	font-family: 'trebucbd';
	color: var(--color-red);
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoSteam {
	font-family: 'trebucbd';
	text-align: left;
	padding-left: 20px;
	margin: 0;
}

#infotable #infoSteamText {
	text-align: right;
	padding-right: 5px;
}

/* AVATAR */

#steamAvatar img{
	position: absolute;
	width: 92px;
	height: 92px;
	top: 5px;
	right: -97px;
	outline: 2px outset hsl(82, 12%, 14%);
}

/* STATSPANEL */

#statstable {
	border-collapse: collapse;
	position: absolute;
	top: 153px;
	width: 690px;
	height: 185px;
}

#statstable #statsmenu {
	border-collapse: separate;
	color: var(--color-base);
	height: 22px;
	text-align: center;
	white-space: nowrap;
	border-collapse: collapse;
}

#statstable #statsmenu:hover {
	background-color: transparent;
	color: var(--color-base);
	font-size: 12px;
}

/* STATSMENU */

#statsmenu th {
	border-bottom: 1px solid transparent;
}

#statsmenu th:hover {
	background-color: hsla(58, 100%, 74%, 0.3);
	color: var(--color-hover);
	border-bottom: 1px solid white;
}

.hover {
	background-color: hsla(0,0%,75%,0.08);
}

.hover2 {
	background-color: hsla(58, 100%, 74%, 0.3);
	border-bottom: 1px solid white !important;
}

.hover2b {
	background-color: hsla(58, 100%, 74%, 0.3);
	border-bottom: 1px solid red !important;
}

.hover3 {
	background-color: hsla(0,0%,75%,0.08);
}

col {
}

#statsmenu #menuFaction {
	text-align: center;
}

#statsmenu #menuStreak {
	width: 45px;
}

#statsmenu #menuLastMatchText {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

#statsmenu #menuLastMatchText:hover {
	background-color: transparent;
	border-bottom: 1px solid transparent;
}

#statsmenu #menuLastMatchText.hover2 {
	background-color: transparent;
	border-bottom: 1px solid transparent !important;
}

/* STATSTABLE */

#statstable table{
	padding: 0;
	margin: 0;
	line-height: 1.0;
	font-size: 12px;
	border-collapse: collapse;
	table-layout: auto;
	text-align: center;
	position: absolute;
	width: 690px;
	height: 185px;
	left: 20px;
	overflow: hidden;
}

#statstable td{
	padding: 0;
	margin: 0;
	text-align: center;
	height: 22px;
	overflow: hidden;
}

#statstable tr{
	height: 23px;
	overflow: hidden;
	background-size: 10px 10px;
	white-space: nowrap;
}

#statstable tr:hover{
	background-color: hsla(0,0%,75%,0.08);
	color: var(--color-hover);
	/* font-size: 13px; */
	-webkit-text-stroke: .3px var(--color-active);
}

#statstable .FactionImage {
	text-align: left;
	width: 35px;
	opacity: 0.7;
}

#statstable tr:hover .FactionImage {
	opacity: 1;
}

#statstable .FactionText {
	text-align: left;
	width: 75px;
	white-space: nowrap;
}

#statstable .GametypeText {
	text-align: center;
	width: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

#statstable .RankText {
	text-align: center;
	font-family: 'Gazz';
	width: 20px;
	font-size: 17px;
	line-height: 2px;
	padding-left: 0px;
	padding-top: 0px;
}

#statstable tr:hover .RankText{
	color: white;
	font-size: 18px;
}

#statstable .PositionText {
	font-family: 'trebucbd';
	color: var(--color-base);
	text-align: center;
	width: 60px;
	padding-right: 10px;
	padding-left: 10px;
}

#statstable .WinsText {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	width: 45px;
	color: var(--color-green-light);
}

#statstable .LossesText {
	text-align: center;
	width: 45px;
	color: var(--color-red-light);
}

#statstable .WLText {
	padding-left: 15px;
	padding-right: 15px;
	width: 40px;
}

#statstable .StreakText {
	text-align: center;
}

#statstable .LastMatchText {
	text-align: center;
}

/* CHECKBOX */

#LastMatchCheck {
	opacity: 0;
	width: 0;
	padding-left: 0;
	padding-right: 0;
}

#statsmenu input[type=checkbox]:not(:checked) {
	appearance: none;
	color: var(--color-base);
	padding-bottom: 5px;
	margin-top: -10px;
	margin-bottom: -10px;
	left: 7px;
	pointer-events: auto;
	width: 24px;
}
#statsmenu input[type=checkbox]:not(:checked):hover {
	color: var(--color-hover);
}

#statsmenu input[type=checkbox]:checked {
	appearance: none;
	color: var(--color-active);
	padding-bottom: 5px;
	margin-top: -10px;
	margin-bottom: -10px;
	left: 7px;
	pointer-events: auto;
	width: 24px;
}

input[type=checkbox]:not(:checked) {
	appearance: none;
	width: 0;
	pointer-events: none;
}

input[type=checkbox]:checked {
	appearance: none;
	width: 0;
	pointer-events: none;
}


.gg-eye {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}
.gg-eye::after,
.gg-eye::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box
}
.gg-eye::after {
    top: 2px;
    box-shadow:
        inset 0 -8px 0 2px,
        inset 0 0 0 2px;
    width: 24px;
    height: 24px
}
.gg-eye::before {
    width: 8px;
    height: 8px;
    border: 2px solid;
    bottom: 4px;
    left: 8px
}
/* TABLE PAGE */

#nav {
	font-family: 'trebuc';
	font-size: 14px;
	position: relative;
	text-align: center;
	left: 20px;
	width: 690px;
	top: 222px;
	padding-top: 8px;
}

#nav a{
	background-image: url("../images/menubuttons/coh_-_pause_button_-_disabled.png");
	background-size: 91px 34px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	color: var(--color-base);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -1px;
	margin-right: 0px;
	padding-left: 18px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	cursor: default;
	line-height: 1px;
}

#nav a:hover {
	color: var(--color-hover);
	background-image: url("../images/menubuttons/coh_-_pause_button_-_hover.png");
	opacity: 1;
}

#nav a:focus {
	color: var(--color-active);
	background-image: url("../images/menubuttons/coh_-_pause_button_-_off.png");
	opacity: 1;
}

#nav a.active {
	color: var(--color-active);
	background-image: url("../images/menubuttons/coh_-_pause_button_-_off.png");
	opacity: 1;
}

/* LABEL */

input[type="checkbox"]:checked + label {
    opacity: 1;
	width: 120px;
	background-color: var(--color-background-dark);
	transition: background-color 0.4s ease-in-out,
				width 1s ease-in-out,
				opacity 0.4s ease-in-out;
}

label {
	border: none;
	z-index: 1;
	white-space: nowrap;
	color: white;
	text-align: center;
	height: 14px;
	width: 1px;
	border-radius: 4px; 
	background-repeat: no-repeat;
	transition: background-color 0.4s ease-in-out,
				width 1s,
				opacity 0.4s ease-in-out;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: -5px;
	position: absolute;
	right: 0px;
	opacity: 0;
	background-color: transparent;
	border-top:1px solid var(--color-base-darker);
	border-left: 1px solid var(--color-base-darker);
	border-bottom: 1px solid var(--color-base-dark);
	border-right: 1px solid var(--color-base-dark);
}

label:hover {
	color: var(--color-hover);
}

#onlineplayers {
	font-size: 11px;
	position: absolute;
	color: var(--color-base);
	top: 225px;
	left: 610px;
	white-space: nowrap;
	width: 200px;
	opacity: 0.9;
}

#onlineplayers #playercount {
	opacity: 1;
	display: inline;
	color: var(--color-green);
	width: auto;
}

#credits {
	font-size: 11px;
	position: absolute;
	color: var(--color-base);
	top: 240px;
	left: 20px;
	white-space: nowrap;
	width: 200px;
	opacity: 0.9;
}

#statementimage {
	display: inline;
	padding-left: 9px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-image: url("../images/buttons_art/statement_off.png");
	background-repeat: no-repeat;
}

#credits a:hover #statementimage {
	background-image: url("../images/buttons_art/statement_on.png");
}

#credits a{
	color: var(--color-base);
	text-decoration: none;
	font-family: 'trebucbd';
}

#credits a:hover{
	color: var(--color-hover);
}

@media screen and (max-width: 725px) {

#playercard {
	margin: auto;
	/* padding: 0; */
	width: 360px;
	top: -11px;
}

#infotable {
	left: 100px;
}

#statstable {
	width: 360px;
}

#statstable table{
	table-layout: fixed;
	text-align: center;
	position: absolute;
	width: 360px;
	height: 185px;
	left: 0px;
	overflow: hidden;
}

#statstable .GametypeText {
	overflow: visible;
}

#statsmenu #menuGametype {
	/* width: 20px; */
	color: transparent;
	text-shadow: none;
}

#statsmenu #menuFaction {
	width: 18px;
	color: transparent;
	text-shadow: none;
}

#statsmenu #menuLevel {
	width: 50px;
	/* color: transparent; */
	/* text-shadow: none; */
}

#playernamecheck {
	padding-left: 0px;
	padding-top: 20px;
}	

#playername {
	left: 130px;
	transform: none;
}

#playername input[type=text] {
	min-width: 160px;
	max-width: 10px;
}


#countryText {
	left: 314px;
}

#countryImage {
	left: 335px;
}

#statstable .FactionImage {
	overflow: visible !important;
}

.FactionText {
	width: 1px !important;
	color: transparent;
	text-shadow: none;
	/* display: none; */
}

#nav {
	width: 340px;
	top: 206px;
}

#onlineplayers {
	left: 260px;
	width: auto;
}

#previousname table {
	background-color: 	#1f1f14;
	border-bottom: 2px solid dimgray;
	width: 360px;
	left: -85px;
	top: 22px;
	z-index: 3;
}

}