:root {
    --even: rgba(255, 255, 255, 0.041);
    --odd: transparent;
    --th: rgba(255, 255, 255, 0.062);
    --th-text: #cccccc;
    --border: #000000;
    --color: #aaaaaa;
}


table { width: 100%; }
.pull-left { float:left; }
.pull-right { float:right; }
/* Znote AAC */
.leftPane img {
	max-width: 100%;
}
/* adding button style to select */
select {
    text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, 1px -1px 0 #000, 0px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000, 1px 0px 0 #000;
    transition: background-color ease .2s, color ease .2s;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 12px;
    margin: 3px;
    transition: all ease .2s;
    padding: 8px 10px 8px 10px;
    border-radius: 0;
    background: linear-gradient(#ffffff4f, #ffffff25);
    color: #bbbbbb;
    font-family: 'Outfit', sans-serif;
    text-indent: 1px;
    letter-spacing: 0.6px;
}
select option{
    background: #111111 !important;
    color: #8f8f8f !important;
    transition: all ease .1s;
    transition: all ease .2s;
    padding: 0 0 0 0 !important;
}
select[multiple="multiple"]{
    padding: 0 0 0 0 !important;
}
select[multiple="multiple"] option{
    padding: 5px !important;
}
select:hover{
    cursor: pointer;
    background-color: #707070;
    color: #ffffff;
}
#center input[type="text"], #center input[type="password"]{
    background: #1f1f1f;
    color: #fff;
    /* height: 40px; */
    border: 0 none;
    box-shadow: 1px 1px 0 #050606 inset, 1px 1px 0 #ffffff21, 2px 2px 4px #0002 inset;
    border-radius: 0;
    font-size: 12px;
    padding: 9px 10px;
    color: #939393;
    font-family: "Roboto", sans-serif;
    margin: 3px;
    transition: all ease .2s;
    outline: 2px solid transparent;
    max-width: 99%;
    box-sizing: border-box;
}
#center input:disabled{
    opacity: 0.6;
}
#center input[type="text"]:focus, #center input[type="password"]:focus, #center input[type="text"]:active, #center input[type="password"]:active{
    outline: 2px solid rgba(243, 243, 243, 0.4);
    color: #a3a3a3;
    transition: all ease .2s;
}
#center input[type="submit"], .btn, .button{
    vertical-align: middle;
    padding: 9px 15px;
    font-weight: 500;
    transition: all ease .1s;
    margin: 3px;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    border: 1px solid var(--box-border-color);
    text-align: center;
    font-size: 12px;
    box-shadow: 1px 1px 0 var(--box-border-color);
    background: linear-gradient(#ffffff4f, #ffffff25);
    color: #ffffffb4;
    text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, 1px -1px 0 #000, 0px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000, 1px 0px 0 #000;

}
#center input[type="submit"]:hover, .btn:hover, .button:hover{
    cursor: pointer;
    background-color: #ffffff4f;
    color: #ffffff;
    text-decoration: none !important;
    
}
#center input[type="submit"]:active, .btn:active, .button:active{
    box-shadow: 0 0 0 transparent;
    transform: translateX(1px) translateY(1px);
}
.btn.red{background-color: #912424;}
.btn.red:hover{background-color: #b92222;}

.btn.yellow{background-color: #917824;}
.btn.yellow:hover{background-color: #b9aa22;}

.btn.sm{
    padding: 4px 9px;
    font-size: 11px;
}
#center .btn:active{
    transform: translate(1px, 1px);
    box-shadow: 0 0 0 #000
}   
#loginContainer li {
	text-align: right;
}

.page_credits .feedContainer .pull-left.leftPane {
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
}

#center table{
    border: 1px solid var(--box-border-color) !important;
    border-radius: 0;
    border-spacing: 0;
    margin: 10px 0;
    box-shadow: 0 0 10px #000;
    color: var(--color);
    font-size: 14px;
}
#center table tr:nth-child(even) td{
    background: var(--even);
}
#center table tr:nth-child(odd) td{
    background: var(--odd);
}
#center table th{
    background: var(--th);
    color: var(--th-text);
    font-size: 15px;
}
#center table tr{
    border-spacing: 1px !important;
}
#center table tr td,
#center table tr th {
    padding: 5px 6px;
    text-align: left;
}
#center table tr:first-child td, #center table tr:first-child th, #center table tr:last-child td{
    border-bottom: 0 none transparent;
}
#center li{
    list-style: none;
}
#center ul{
    margin: 4px;
    padding: 0;
}
textarea{
    max-width: 99%;
    width: 99%;
    background: #0e0e0ec9;
    /* height: 40px; */
    border: 0 none;
    border-radius: 1px;
    font-size: 12px;
    padding: 7px 10px;
    color: #939393;
    margin: 3px;
    box-sizing: border-box;
    outline: 1px solid #fff4;
}

img.countryflag{
	width: 15px;
    margin: -2px 3px;
    border-radius: 15px;
    font-family: 'Helvetica';
    font-weight: 300;
    /* line-height: 2; */
    text-align: center;
    height: 15px;
    display: inline;
    position: relative;
    font-size: 0px;
    vertical-align: text-top;
}
img.countryflag:after {
	content: "?";
    font-size: 9px;
	font-weight: bold;
	border-radius: 15px;
	text-transform: uppercase;
    line-height: 16px;
	box-shadow: 0 0 2px #000;
    color: rgb(63, 63, 63);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    z-index: 2;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
  }
  .btn.countdown{
    margin: 10px 0 0 0;
  }
  .changelog_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	box-shadow: 1px 1px 2px #0000007a;
}
.changelog_icon.icon{ /* Default icon if something goes wrong :)*/
	background-image: url(img/newsicon_1.gif);
}
.changelog_icon.icon1{
	background-image: url(img/newsicon_1.gif);
}
.changelog_icon.icon2{
	background-image: url(img/newsicon_2.gif);
}
.changelog_icon.icon3{
	background-image: url(img/newsicon_3.gif);
}
.changelog_icon.icon4{
	background-image: url(img/newsicon_4.gif);
}
.changelog_icon.icon5{
	background-image: url(img/newsicon_5.gif);
}
.display-inline {
    display: inline !important;
  }
  
  .display-block {
    display: block !important;
  }
  .changelog_trigger span img{
    vertical-align: top;
    box-shadow: 1px 1px 2px #0000007a;
  }
  
.newstitle{
	display: block;
	text-align: center;
	font-size: 24px;
	font-family: 'Caudex', serif;
	text-decoration: none !important;
	font-weight: normal;
	text-transform: uppercase;
}
.newsinfo{
	display: block;
	text-align: center;
	font-size: 15px;
	font-family: 'Caudex', serif;
	text-decoration: none !important;
	font-weight: bold;
	color: #302512;
	text-transform: uppercase;

	text-shadow: 0 1px 0 #000;
}
.newsinfo a{
	color: #302512 !important;
	text-decoration: none !important;
}
.newsline{
		display: block;
		width: 100%;
		margin: 5px 0 10px 0;
		background: linear-gradient(90deg, transparent, #23250a, transparent);
		height: 1px;
}
td.avatar{
    border-right: 1px solid #0005;
    width: 150px;
    text-align: center !important;
    vertical-align: top;
  }
  td.avatar span{
    font-size: 12px;
  }
  td.avatar .avatarframe{
    width: 64px;
    height: 64px;
    position: relative;

    margin: 2px auto;
    border-radius: 3px;
    border: 2px solid #fff2;
    background: #0002;
  }
  td.avatar .avatarframe img{

    position: absolute;
    right: calc(50% - 16px);
    bottom: calc(50% - 16px);
  }
  .heading h1{
    font-family: 'Martel';
  }
    .highscoresCustomOutfit img{
    right: -7px;
    bottom: -7px;
    position: relative;
  }