/* div.content */
div.content {
    margin: 10px;
}

/* clear */
.clear {
    clear: both;
}

/* html, body */
html, body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #2f2f2f;
    color: #73cec1;
}

/* a */
a {
    color: #bebf91;
    text-decoration: none;
}
a:hover {
    color: #F66;
    text-decoration: underline;
}

/********/
/* Menu */
/********/
@media only screen and (max-width: 1049px) {
  ul.mainmenu {
    /* visibility: hidden; */
    overflow: hidden;
  }
}

/* ul.mainmenu */
ul.mainmenu {
    list-style-type: none;
    background: #3F4137;
    height: 60px;
    margin: 0;
    padding: 0;
    color: #fdc073;
    font-size: 20px;
    overflow: hidden;
}

/* ul.mainmenu li */
ul.mainmenu li {
    float: left;
    margin: 18px 40px 0 50px;
}
ul.mainmenu li.last {
    float: right;
}

/* ul.mainmenu li a */
ul.mainmenu li a {
    color: #fdc073;
    text-decoration: none;
}
ul.mainmenu li a:hover {
    color: #FF7611;
    text-decoration: underline overline;
}

/*******/
/* WOT */
/*******/
.wot_messages {
	font-size: 180%;
}
.wot_text_block {
	background: #282828;                      
	color: #73cec1;
	padding: 10px;
}
.wot_title {
	font-size: 120%;
}
.wot_text {
	font-size: 90%;
}

/*****************/
/* nintendo_chat */
/*****************/
/* h2, h4 */
h2.nintendo_chat, h4.nintendo_chat {
    padding: 8px 0 10px 70px;
    margin: 0;
}

/* span */
span.nintendo_chat {
    padding: 0 12px;
}
span.nintendo_chat:hover {
    color: #F66;
    text-decoration: underline;
}

/*****************/
/* random */
/*****************/
/* span */
span.random {
	font-size: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
