body {
    background-color: #717171;
    background-image: url(warlord4.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    color: #E5D8C1;
    font-size: 14px;
}

.container {
    width: 500px;
    margin-top: 225px;
    margin-left: 35px;
}

a {
    color: #e5d8c1;
}

.displace {
    margin-left: 4px;
    margin-right: 4px;
}

.text-title {
    color: #9B8577;
    font-weight: bold;
}

.text-value {

}

.server {
    margin-bottom: 15px;
    padding-bottom: 4px;
    border-bottom: 2px solid #937264;
}

.stat-text {
    font-weight: bold;
}

.stat-open {
    color: #00FA9A;
}

.stat-close {
    color: #A0A0A0;
}