* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* html .X00ClearFix {
    height: 1%;
    overflow: visible;
}

body {
    font: normal 13px/13px 'Open Sans', sans-serif;
}

html[xmlns] .X00ClearFix {
    display: block;
}

input[type=text], textarea {
    border: 1px solid #bfbfbf;
    font: normal 13px/13px 'Open Sans', sans-serif;
    padding: 10px;
    resize: none;
    width: 100%;
}

table {
    width: 100%;
}

table * {
    font-size: 13px;
}

table tr td:first-child {
    padding-left: 10px;
    width: 90px;
}

.X00ClearFix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.X00ClearFix {
    display: block;
}

.X00Button {
    background: #6441a5;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}

.X00ChatEntry {
    margin-bottom: 10px;
}

.X00EntryUserName {
    font-weight: bold;
}

.X00EntryContent {
    margin-left: 5px;
}

#X00ContainerChat {
    color: #3b3b3b;
    padding: 20px;
    position: relative;
    
	max-width: 700px;
}

#X00ContainerOverlay {
    background: rgba(0, 0, 0, 0.70);
    display: none;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
}

#X00ContainerChatUserName {
    background: #ffffff;
    display: none;
    left: 50%;
    margin: -80px 0 0 -200px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 15;
}

#X00ChatHeading {
    background: transparent url('../images/ChatIcon.png') 0 0 no-repeat;
    font: normal 14px/14px 'Open Sans';
    padding-bottom: 20px;
    text-align: center;
}

#X00ContainerChatContent {
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    padding: 20px 0;
}

#X00ChatContent {
    font-size: 13px;
    height: 200px;
    max-height: 200px;
    overflow-y: scroll;
}

#X00ContainerChatControls {
    padding: 20px 0 0 0;
}

#X00InputChat {
    height: 60px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

ul.resouces_count {
	width: 450px;
	margin: 0 auto;
	clear: both;
	padding: 25px 0;

}

ul.resouces_count li {
	list-style: none;
	float: left;
	width: 150px;
	font-weight: bold;
}

ul.resouces_count li.gold span {

	color: #FFA500
}

ul.resouces_count li.elixir span {

	color: #F226DE
}

ul.resouces_count li.gemmes span {

	color: #739855
}