* {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFCB7C;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #000000 url(images/bg_tables.png) repeat;
	color: #FFFEF7;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	padding: 20px 0;
}

div.header{
	background: #333 url(images/new-header.png) no-repeat;
	border: 1px solid #666;
	border-bottom: 1px solid #000;
	height: 259px;
}

div.header.retro{
	background: #333 url(images/logo-retro.png) no-repeat;
	border: 1px solid #666;
	border-bottom: 1px solid #000;
	height: 120px;	
}

div.header a{
	display: block;
    height: 122px;	
}

iframe{
	background-color: black;
}

#nav-bar {
	background: #333 url(images/item.jpg) repeat-x;
	border: 1px solid #666;
	border-bottom: 1px solid #000;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
}

#nav-bar span {
	display: block;
	line-height: 25px;
	margin-left: 6px;
}

h3 {
	font: bold 14px Verdana, sans-serif;
	padding-bottom: 4px;
	padding-top: 4px;
}

h2 {
	font: bold 17px Verdana, sans-serif;
}

h1 {
	font: bold 20px Verdana, sans-serif;
}


p {
	margin-top: 10px;
}

ul {
	list-style-type: disc;
	margin-top: 10px;
}

ul li {
	margin: 5px 0 0 15px;
}

.highlight {
	border: 1px solid #333;
	padding: 10px;
}

#announcement-menu, #footer {
	border: 1px solid #666;
	border-bottom: 1px solid #000;
	margin: 0;
	text-align: center;
	height: 40px;
	position: relative;
	z-index: 1;
}

#announcement-menu::before {
    content: '';
    background: #fff url(images/announcement.jpg) repeat-x;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
	filter: blur(5px);
}

#announcement-menu marquee{
	line-height: 40px;
	margin-top: 0px;
	color: #FFD290;
	font-weight: bolder;	
	text-shadow: 0px 4px 2px #0C0B05;
}

#content_wrapper {
	border-bottom: 1px solid #000;
	overflow: hidden;
	background-color: #000000de;
}

#footer {
	border-bottom: none;
	color: #999;
}

#footer::before {
    content: '';
    background: #fff url(images/footer.jpg) repeat-x;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
	filter: blur(5px);
}

.topBanner{
	margin-top: 25px;
	width: 581px;
}

#left, #right-menu {
	border-right: 1px solid #000;
	float: left;
	padding-bottom: 6px;
	width: 186px;
}

#left {
	background: #333 url(images/metal_bar.jpg) -3px bottom repeat-y;
}

#right-menu {
	background: #333 url(images/metal_bar_right.jpg) 0.5px bottom repeat-y;
}

#left ul, #right-menu ul {
	border-right: 1px solid #000;
	list-style: none;
	margin: 0;
	width: 180px;
}

#right-menu ul{
	margin-left: 3.9px;
}

#left tr, #right-menu tr {
	border-right: 1px solid #000;
	list-style: none;
	margin: 0;
	width: 180px;
}

#left ul li, #right-menu ul li{
	display: inline;
	margin: 0;
}

#right-menu ul.utils{
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	border: none;	
}

#right-menu ul.utils li{
	display: block;
	text-align: center;
}

#right-menu ul.utils li img{
	display: block;
	margin: 0 auto;
}

#right-menu ul.utils li:not(:first-child){
	margin-top: 24px;
}

#left ul li a:not(.not-mennu), #left ul li div, #left ul li table, #right-menu ul > li > a:not(.not-menu), #right-menu ul li div, #right-menu ul li table{
	background: #333 url(images/subitem.jpg) repeat-x;
	border: 1px solid #838383;
	border-bottom: 1px solid #000000;
	color: #FFFAE8;
	display: block;
	margin: 0;
	padding: 6px;
	width: 166px;
	font-weight: normal;
}

#right-menu > ul > li > div {
	margin-left: 4px;
}

#left ul li div strong,  #right-menu ul li div strong{
	float: left;
	cursor: default;
	font-weight: bold;
	color: #FFB341;
	text-shadow: 0 0 1rem #FFB341;
}

#right-menu ul li div strong {
	
}

#left ul li a span.icon-skull{
	background-image: url(../../files/misc/white_skull.gif);
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 6px;
}

#left ul li a span.icon-exclamation{
	background-image: url(../../files/misc/exclamation.png);
	background-size: 11px 11px;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 6px;
}

#left ul li a span.icon-star{
	background-image: url(../../files/misc/star.png);
	background-size: 11px 11px;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 6px;
}

#left tr td strong, #right-menu tr td strong{
	cursor: pointer;
}

#left ul li a:hover:not(.not-menu), #right-menu ul > li > a:hover:not(.not-menu){
	background: #333 url(images/subitem_over.jpg) repeat-x;
	text-decoration: none;
}

#right-menu ul > li > a.not-menu > img:hover{
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#left td a:hover, #right-menu td a:hover{
	background: #333 url(images/subitem_over.jpg) repeat-x;
	text-decoration: none;
}

#left tr td table, #right-menu tr td table{
	background: #333 url(images/subitem.jpg) repeat;
	padding: 0 6px 6px 6px;
}

#left ul li div, #right-menu ul li div{
	background: #333 url(images/item.jpg) repeat-x;
	height: 15px;
}

#left td strong, #right-menu td strong{
	background: #333 url(images/item.jpg) repeat-x;
}

#left ul li div.red, #right-menu ul li div.red{
	background: #333 url(images/item_red.jpg) repeat-x;
	height: 15px;
}

#left td strong.red, #right-menu td strong.red{
	background: #333 url(images/item_red.jpg) repeat-x;
}

#left li ul li div, #right-menu li ul li div{
	background: #333 url(images/subitem.jpg) repeat;
	height: auto;
}

#left ul li div p, #right-menu ul li div p{
	margin-top: 6px;
}

#left ul li div p em, #right-menu ul li div p em{
	font-style: normal;
	font-weight: bold;
}

#right-menu ul li div p em a{
	color: white;
}

#right {
	float: right;
	width: 815px;
}

#right > div > div {
	padding: 0 15px 10px 15px;
}

#right div.last {
	border: none;
}

#content {
	width: 100%;
}

#content > div{
	padding: 16px;
}

#facebook, #discord, #youtube{
	float: right;
	display: flex;
	align-items: center;
	height: 44px;
	margin-right: 5px;
}

#facebook a.fb-icon, #discord a.discord-icon, #youtube a.youtube-icon{
	margin-right: 5px;
	background-position: -31px 0;
	width: 31px;
}

#facebook a.fb-icon:hover, #discord a.discord-icon:hover, #youtube a.youtube-icon:hover{
	background-position: -31px -31px;
	width: 31px;
}

a.fb-icon, a.fb-icon:hover{
	width: 0px;
	background: url(images/social.png) no-repeat;
	width: 31px;
	height: 31px;
	padding: 0px;
}

a.discord-icon, a.discord-icon:hover{
    width: 0px;
    background: url(images/discord.png);
    width: 31px;
    height: 31px;
    padding: 0px;
    background-size: 31px 31px;
}

a.youtube-icon, a.youtube-icon:hover{
    width: 0px;
    background: url(images/youtube.png);
    width: 31px;
    height: 31px;
    padding: 0px;
    background-size: 31px 31px;
}

#wrapper {
    background-color: #bbbbbb33;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    width: 1004px;
    margin-top: 45px;
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 6px 4px #433a2e80;
}

#wrapper::before {
background-color: #2d1b04e6;
  position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
filter: blur(55px);
z-index: -1;
content: '';
}

#top-bar{
	height: 44px;
	width: 100%;
	position: fixed;
	background-color: #000000f0;
    border-bottom: 1px #756124 solid;
	top: 0px;
	z-index: 100;
}

#top-bar.retro{

	background-color: #260101d4;
}

#bar-wrapper{
	width: 1002px;
	margin: 0 auto;
	position: relative;
}

#top-bar #login{
	width: 274px;
	display: block;
	float: right;
}

#top-bar #games-box{
	width: 274px;
	display: block;
	float: left;
}

#top-bar #language-box{
	width: 90px;
	display: block;
	float: left;
	line-height: 22px;
	text-align: center;
}

#top-bar #language-box span{
	font-weight: bold;
}

#top-bar #language-box ul{
	margin-top: 0px;
	list-style-type: none;	
}

#top-bar #language-box ul li{
	display: inline-block;
	margin: 0px;
	margin-right: 4px;
	margin-top: 2px;
}

#top-bar #top-menu{
	margin-left: 12px;
	line-height: 35px;
	float: left;
}

#top-bar .server-status{
	float: right;
	display: flex;
	height: 44px;
	margin-right: 20px;
	text-align: center;
	align-items: center;
	flex-direction: column;
}

#top-bar .server-status a{
	font-weight: normal;
    padding: 0px 5px 0px 5px;
}

#top-bar .server-status a:hover{
	text-decoration: none;
    background-color: rgb(74, 72, 72);
    border-radius: 4px;
}

#top-bar .server-status p.status-offline{
	margin: 0;
    line-height: 22px;
    color: #b1b1b1;
    font-size: 8pt;
}

#top-bar .server-status p.status-online{
	margin: 0;
    line-height: 18px;
    color: #b1b1b1 !important;
    font-size: 8pt;
}

#top-bar .server-status p.status-online{
	margin: 0;
    line-height: 18px;
    color: #b1b1b1;
    font-size: 8pt;
}

#top-bar .server-status p.status-offline span{
	color: #ff0000;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(27, 25, 21);	
}

#top-bar .server-status p.status-online span, #top-bar .server-status p.status-online span a.status-online{	
	color: #0aff0a;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}


#fog-screen {
	z-index: 100;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background-color: #1c1001fc;
	width: 100%;
	height: 100%;
}

#fog-alert{
	width: 300px;
	border: 2px solid black;
	background: url(images/wrapper_b.jpg) repeat;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	position: fixed;
	padding: 6px;
}

#fog-alert a.buttonstd{
	
	margin-right: 5px;
}

#fog-loading{
	width: 16px;
	height: 16px;
	border: 2px solid black;
	background: #333 url(images/icon_loading.gif) repeat;
	top: 40%;
	left: 50%;
	margin-left: -8px;
	position: fixed;
}

#fog-alert-title-error, #fog-alert-title-success{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#fog-alert-title-error span, #fog-alert-title-success span{
	background: url(images/icon_right.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

#fog-alert-title-error span {
	background-position: -15px 0;
}

#fog-alert-title-error h3, #fog-alert-title-success h3{
	margin-left: 5px;
	display: inline-block;
	line-height: 20px;
}

#fog-alert-content{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*#fog-alert span{
	display: block;
}*/

#wrapper_b {
	background-color: #00000045;
}


.font {
	font-size: 11px;
}

.a {
	background-color: #000;
}

.b {
	background-color: #2c2b2a;
}

.inicio {
	list-style-type: disc;
	margin-top: 10px;
}

.line{
	border-bottom: 1px solid #cbc9c8;
	margin-top: 6px;
	margin-bottom: 6px;
}

.line_1{
	border-bottom: 1px solid #cbc9c8;
	margin-top: 2px;
	margin-bottom: 5px;
}

.online{
	font-size: 8px;
	color: #00ff00;
	font-weight: bold;
}

#search_suggestions {
	display: none;
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #202427;
	border: 2px solid #000;
	color: #FFF000;
}

#search_suggestions_list {
	margin: 0px;
	padding: 0px;
}

#search_suggestions_list li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

#search_suggestions_list li:hover {
	background-color: #659CD8;
}

#search_suggestions_list span {
	display: block;
}

#tileList{
	padding: 1px;
	background: #333;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

#tileItem{
	
	background: #000 url(images/tileitem.png) repeat-y;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 137px;
	margin-right: -3px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#tileItem:hover{
	
	background: #000 url(images/tileitem_over.png) repeat-y;
	cursor: pointer;
}

#tileItem h3{
	
	border: none;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

#tileItem img{

	margin: 2px;
}

#tileItem p{
	
	margin-bottom: 5px;
}

#horizontalSelector {
	margin-top: 25px;
}

#horizontalSelector span[name='left_corner']{
	
	display: inline-block;
	background: url(images/left_corner.png) repeat-x;
	width: 17px;
	height: 24px;
}

#horizontalSelector span[name='right_corner']{
	display: inline-block;
	background: url(images/right_corner.png) repeat-x;
	width: 17px;
	height: 24px;
	margin-left: -3px;
}

#horizontalSelector ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

#horizontalSelector ul li{
	background: #333 url(images/tileitem_2.png) repeat-x;
	display: inline-block;
	min-width: 80px;
	line-height: 24px;
	margin: 0px;
	margin-left: -3px;
}

#horizontalSelector ul li span{
	text-align: center;
	min-width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	font-weight: bold;
}

#horizontalSelector ul li span:hover, #horizontalSelector ul li[checked="checked"]{
	cursor: pointer;
	background: #333 url(images/tileitem_over2.png) repeat-x;
}

ul.guild_list{
	list-style-type: none;
}

ul.guild_list li{
	display: inline-block;
	width: 120px;
	vertical-align: top;
	text-align: center;
}

ul.guild_list li a{
	display: block;
	margin-bottom: 4px;
}

.vocation-sorcerer{
    color: #FF954A !important;
    font-weight: bolder;
}

.vocation-druid{
	color: #7AFF4F !important;
	font-weight: bolder;
}

.vocation-paladin{
	color: #FFE000 !important;
	font-weight: bolder;
}

.vocation-knight{
	color: #CECECE !important;
	font-weight: bolder;
}

.en-flag{
	background-image:url(images/flag_ani_gb_mini.gif);
	width: 16px;
	height: 12px;
}

.pt-flag{
	background-image:url(images/flag_ani_br_mini.gif);
	width: 16px;
	height: 12px;	
}

.pl-flag{
	background-image:url(images/flag_ani_pl_mini.gif);
	width: 16px;
	height: 12px;	
}

.screenshot-list ul li{
	list-style-type: none;
	display: inline-block;
	width: 250px;
	margin: 0px 0px 40px 25px;
}

.screenshot-list ul li p{
	text-align: center;
	font-size: 7pt;
}

.image-likes{
	display: none;
	position: absolute;
	top: 5px;
	right: 5px; 
    color: #ffffff;
    font-size: 16px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid black;	
    background: url(images/trans_background.png) repeat;
}

div.show-screenshot{
	display: block;
	position: relative;
}

a.show-screenshot{
	cursor: zoom-in;
	display: block;
	position: relative;
}

.fog-screenshot-display{
    border: 2px solid black;
    background: url(images/wrapper_b.jpg) repeat;
    position: fixed;
    top: 100px; /* or whatever top you need */
	max-height: 80%;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	padding: 6px;
	overflow-y: scroll
}

.fog-vote{
    border: 2px solid black;
    background: url(images/wrapper_b.jpg) repeat;
    position: fixed;
    top: 100px; /* or whatever top you need */
	max-height: 80%;
    left: 50%;
    min-width: 600px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	padding: 6px;
}

.errorbox{
	border: 1px solid #da4f4f;
	border-radius: 2px;
	padding: 5px;
}

.errorbox p{
	background: url(images/icon_right.png) -15px no-repeat;
    padding-left: 19px;	
}

#top-menu .menu-list{
	display: table;
	height: 100%;
	margin-left: 20px;
}

#top-menu .menu-list .list-item{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 0 20px;
    border-left: 1px solid #756124;
	border-bottom: 1px solid #756124;
	position: relative;
}

#top-menu .menu-list .list-item:last-child{
    border-right: 1px solid #756124;
	border-bottom-right-radius: 4px;
}

#top-menu .menu-list .list-item:first-child{
	border-bottom-left-radius: 4px;
}

#top-menu .menu-list .list-item:hover{
    cursor: pointer;
}

#top-menu .menu-list .list-item span{
	color: #FFD290;
	font-weight: bolder;	
	text-shadow: 0px 4px 2px #0C0B05;
	font-size: 16px;
	text-transform: uppercase;
}

#top-menu .menu-list .list-item span.retro{
	color: #ff8d00;
    text-shadow: 1px 2px 3px #000000;
}

#top-menu .menu-list .list-item.is-active span, #top-menu .menu-list .list-item.is-hover span {
	color: #f3f3f3;
}

#top-menu .menu-list .list-item a{
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#top-menu .menu-list .list-item.is-active span a, #top-menu .menu-list .list-item.is-hover a {
	color: #f3f3f3;
}

.dropdown-menu{
	line-height: normal;
	display: none;
	z-index: 100;
	position: absolute;
	width: 966px;
    background: linear-gradient(to bottom,rgb(50, 50, 50),rgba(58, 47, 25, 0.9));
    border: 1px solid #756124;
	border-top: none;
    left: 0;
	top: 44px;
}

.dropdown-menu.is-active{
	display: block;
}

.dropdown-menu .dropdown-content{
	margin: 40px;
}

.col-3, .col-2, .col-1, .col-4, .col-2of3, .col-1of3{
	display: inline-block;
	vertical-align: top;
}

div.dropdown-content .col-3 div, div.dropdown-content .col-2 div, div.dropdown-content .col-1 div, div.dropdown-content .col-4 div{
	width: 90%;
	border-bottom: 1px solid #756124;	
}

.col-1, .col-2, .col-3, .col-4, .col-2of3, .col-1of3{
	margin-bottom: 12px;
}

.col-1{ width: 100%; }
.col-2{	width: 49.5%; }
.col-3{	width: 32.5%; }
.col-4{	width: 24.5%; }

.col-2of3{ width: 66% }
.col-1of3{ width: 33% }


.dropdown-menu h2{
    padding-bottom: 5px;
    text-shadow: 0px 0px 7px rgb(223 216 150);
    color: #edbf3d;
}

.dropdown-menu ul li{
	list-style-type: none;
	margin-left: 0px;
}

.dropdown-menu ul li a{
	font-weight: normal;
    color: #f1d8b8;
}

.panel{
	border: 1px solid #4c4c4c;
	margin-bottom: 4px;
}

.panel-in{
    padding: 8px;
    display: block;
    border: 1px solid rgb(175 113 46);
    box-shadow: -1px 0px 3px 1px #cd783cb8;
    background-color: rgb(0 0 0 / 77%);
}

.panel .list-vertical{
	display: block;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
}

.panel .list-vertical .list-item{
	overflow: hidden;
	display: flex;
	align-items: center;
}

.panel .list-item.list-header{
	font-weight: bold;
    color: #909090;	
}

.panel p{
    margin-top: 16px;
    margin-bottom: 16px;
}

.panel.long-text p{
  font-size: 14px;
}

.powergammers .list-item a{
	margin-left: 4px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap; 
}

.powergammers-pvp .list-item a, .powergammers-bgs .list-item a{
	width: 70%;
}

.powergammers-level span.exp-mark{
    background-color: #947836;
    border: 1px solid #947836;
    border-radius: 6px;
    font-size: 7pt;
    height: 18px;
    width: 35%;
    text-align: center;
}

.powergammers-pvp span.exp-mark{
    background-color: #947836;
    border: 1px solid #947836;
    border-radius: 6px;
    font-size: 7pt;
    height: 18px;
    width: 22%;
    text-align: center;
}

.powergammers-bgs span.exp-mark{
    background-color: #947836;
    border: 1px solid #947836;
    border-radius: 6px;
    font-size: 7pt;
    height: 18px;
    width: 22%;
    text-align: center;
}

.panel div.mark{
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 2px;
}

.panel div.mark h3{
    color: #ff7939;
    font-size: 12px;
    text-align: center;
}

.panel div.mark p{
    color: rgb(226, 224, 215);
    font-size: 10px;
}

div.mark p span {
    color: #ffff00 !important;
    text-shadow: -1px 1px 2px #180808;
    font-weight: bold;
}

.panel h3{
	margin-bottom: 6px;
    color: #fdb541;
    text-shadow: 0px 2px 2px #171405;
    font-size: 13pt;
}

.panel h2{
	margin-bottom: 6px;
    color: #ff881b;
    text-shadow: 0px 2px 2px #171405;
    font-size: 16pt;
}

.panel .littleFastNew{
	text-overflow:ellipsis; 
	overflow: hidden; 
	white-space: nowrap; 
	float: left;
	max-width: 98%;
	margin: 0;
}

.panel .fullFastNew{
	float: left; 
	display: none; 
	visibility: hidden;
	max-width: 98%;
	margin: 0;
}

.panel span.elapsed-time{
	color: #b1b1b1;
	font-size: 7pt;
	margin-right: 6px;
}

.panel p.featured-author{
	color: #b1b1b1;
	font-size: 7pt;
	text-align: right !important;	
}

.panel p.featured-desc-mini a, .panel p.hover-effect a{
	text-decoration: none;
	font-weight: normal;
	color: #FFFEF7;
    padding: 5px;
	display: block;
}

.panel p.featured-desc-mini a:hover, .panel p.hover-effect a:hover{
    background-color: rgba(105, 105, 105, 0.72);
    border-radius: 4px;
}

.panel .centered p, .panel .centered span, .panel .centered a{
	text-align: center;
}

table.new-style{
	
}

table.new-style tr td, table.new-style tr th{
    border: none;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #8a8a8a;
	height: 46px;
	padding: 0 20px;
	color: #fffbe5;
}

table.new-style tr th{
	border: none;
	background: none;
	
    color: #ffbc19;
    text-shadow: 0px 1px 1px #171405;
    font-size: 14px;
}

table.new-style tr:nth-child(even){
	background-color: rgba(162, 162, 162, 0.18);
}

table.new-style td.centered, table.new-style th.centered{
	text-align: center;
}

table.new-style td a{
	font-size: 15px;
	font-weight: 400;
}

table.new-style td a:hover{
	text-decoration: none;
}

div.whoisonline-statistcs div.mark p{
	font-size: 12px;
    height: 50px;
}

div.whoisonline-statistcs div.mark > p > span{
	display: block;
	margin-top: 4px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

div.post-body p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;	
}

div.post-body h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: rgb(255, 140, 0);
}

div.post-body h4{
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

div.post-body h1{
    display: block;
    font-size: 2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: rgb(255, 140, 0);
}

div.post-body table, div.post-body tr, div.post-body tr td{
	border: 0;
}

div.retro-download h3 {
    margin-bottom: 6px;
    color: #fd2828;
    text-shadow: 0px 2px 2px #171405;
    font-size: 11pt;
    margin-top: 10px;	
}

div.survival h3 {
    margin-bottom: 6px;
    color: #3cb7e7;
    text-shadow: 0px 2px 2px #171405;
    font-size: 11pt;
    margin-top: 10px;
}

div.small-button {
	display: flex;
	margin-top: 20px;
}

div.small-button a {
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    cursor: pointer;
	flex: 1;
}

div.small-button a span {
    width: auto;
    padding: 3px 15px 3px 15px;
    border-radius: 6px;		
}

div.big-button {
	display: flex;
	margin-top: 20px;
}

div.big-button a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
    cursor: pointer;
	flex: 1;
}

div.big-button a span {
    width: auto;
    padding: 3px 27px 3px 27px;
    border-radius: 6px;		
}

div.red-button a {
	color: #fd7819;
    text-shadow: 0px 2px 2px #000000;
}

div.red-button a span:hover{
	background: linear-gradient(to bottom,#852d2b,#621919);
}

div.red-button a span {
    border: 1px solid #93939385;
	background: linear-gradient(to bottom,#461010,#7a0909);
}

div.orange-button a span {
    border: 1px solid #120303c2;
    background: linear-gradient(to bottom,#8b4705,#ab6725);
}

div.orange-button a span:hover {
    background: linear-gradient(to bottom,#895522,#b18860);
}

div.orange-button a {
    color: #fbc996;
    text-shadow: -1px 1px 3px #2e2921;
}

span.survival-icon-coin {
    margin-bottom: -6px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url(images/icon_coins.png);
}

.survival-widget-prize-value, .survival-widget-prize-value span#prize_value {
    font-weight: bolder;
    font-size: 20px !important;
    line-height: 32px;
    background-image: -webkit-linear-gradient(right, #efd100, #e2a233 60%, #f0c328 40%, #fff1a3 70%, #ffe13e 75%, #fff 51%, #fff);
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color: #f8b700 !important;
    text-shadow: none;
}

a.survival-stats-anchor {

    text-decoration: none;
    color: unset !important;
}

a.survival-stats-anchor .stats-inner > div:hover {
    background-color: #efd593c2;
    border: 1px solid #a17f0bdb;
    box-shadow: 0px 0px 5px 1px #b9cb5bc7;
}

#survival-timmer, #survival-stats {
    border: 1px solid #ffbc42;
    box-shadow: 1px 1px 4px 1px #cf7000;
    background-color: #ffa5001a;
    display: flex;
    flex-direction: column;
}

.timmer-inner, .stats-inner {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.timmer-inner > div, .stats-inner > div {
    flex: 0 25%;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #ffc226ab;
    border: 1px solid #837272bd;
    box-shadow: inset 0px 0px 5px 1px #b9cb5bc7;
    flex-direction: column;
	justify-content: center;
}

.days, .hours, .minutes, .players-alive, .players-total {
    color: #fffefe;
    text-shadow: -1px -1px 5px #584322;
    font-size: 16pt;
    font-family: monospace;
}

.small-warning {
    font-size: 7pt !important;
    background-color: #ffff0014;
    border: 1px solid #d9ca2c85;
    padding: 2px;
}

.date-begin {

	color: #fdfdfd;
    text-shadow: 0px 1px 4px #db9221;	
}

.featured-green {
    text-shadow: 1px -1px 2px #389900;
    color: #6eff00;
    font-weight: bolder;
}

.featured-red {
    text-shadow: 0px 0px 2px #000000;
    color: #f97878;
    font-weight: bolder;
}

span.featured {
    background-color: #a5a0a0c9;
    padding: 4px;
    color: black;
    border-radius: 4px;
    font-weight: bold;
	font-size: 7pt;
}

#subscriber-wrapper {

    display: none;
    width: 100%;
    height: 100%;
    background: #00000099;
    position: fixed;
    z-index: 1010;
    top: 0;	
}

div.subscriber-inner {

	position: absolute;
    right: 20px;
    top: 50px;
    background-image: url(images/wrapper.jpg);
    box-shadow: 0px 1px 4px 1px #700606;	
}

div.subscriber-buttons {

	display: flex;
    align-items: flex-end;
    align-content: stretch;
    justify-content: space-around;
}

.tile-panel-3 {
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tile-item {
    flex: 1 0 33%;
    margin-right: 2px;
	margin-bottom: 2px;
}

.tile-item > div {
	height: 100px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BFBFBF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BFBFBF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #BFBFBF;
}