.server {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../../../images/serversboard/highlight.png);
    background-repeat: repeat-x;
    background-position: 0 -1px;
}
.serveronline {
    background: #7aba0c;
}
.serveroffline {
    background: #e72337;
}
.servernumber {
    box-sizing: border-box;
    background: #070707;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}
.serverssummation {
    background: #0f0f0f;
}
.serverbutton {
    background: #0f0f0f;
}
.progress {
    height: 10px;
    overflow: hidden;
    background: #222;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=\'#fff5f5f5\',endColorstr=\'#fff9f9f9\',GradientType=0);
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #a5df10 0%, #499107 72%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-danger .bar,
.progress .bar-danger {
    background-color: #cd1a26;
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #cd1a26;
}
.progress-success .bar,
.progress .bar-success {
    background-color: #f1c40f;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #f1c40f;
}
.progress-warning .bar,
.progress .bar-warning {
    background-color: #618517;
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #618517;
}
/* EDITED */

.serversboard {
    margin: 60px 0;
}
.server-container {
    display: table;
    width: 100%;
    font-size: 14px;
    color: #e5720cfa;
}
.server-container:not(:first-child) {
    margin-top: 15px;
}
.server-container > div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 2%;
    box-sizing: border-box;
}
.server-container > div.icon {} .server-container > div.name {
    width: 28%;
}
.server-container > div.ip {
    width: 17%;
}
.server-container > div.ip:before {
    content: '\f108';
    font-family: fontawesome;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
    color: #6ea80c;
    background: -webkit-linear-gradient(#a5df10, #499107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.server-container > div.map {
    width: 12%;
}
.server-container > div.map:before {
    content: '\f041';
    font-family: fontawesome;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
    color: #6ea80c;
    background: -webkit-linear-gradient(#a5df10, #499107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.server-container > div.players-container {
    width: 12.5%;
    font-size: 12px;
    text-align: center;
}
.server-container > div.players-container .players {
    margin-bottom: 5px;
}
.server-container > div.players-container .players:before {
    content: '\f2c0';
    font-family: fontawesome;
    margin-right: 3px;
    display: inline-block;
    font-size: 14px;
    color: #6ea80c;
    background: -webkit-linear-gradient(#a5df10, #499107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.server-container > div.buttons {
    width: 26%;
    text-align: right;
}
.server-container > div.buttons a {
    background: #070707;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #a5a5a5;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 4px;
    transition: 0.2s ease-in-out all;
}
.server-container > div.buttons a:hover {
    background: #a5df10;
    color: #fff;
    background: -moz-linear-gradient(-75deg, #a5df10 0%, #499107 72%);
    background: -webkit-linear-gradient(-75deg, #a5df10 0%, #499107 72%);
    background: linear-gradient(155deg, #a5df10 0%, #499107 72%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a5df10', endColorstr='#499107', GradientType=1);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(165, 223, 16, 0.11);
    -moz-box-shadow: 0px 10px 15px 0px rgba(165, 223, 16, 0.11);
    box-shadow: 0px 10px 15px 0px rgba(165, 223, 16, 0.11);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    color: #a5df10;
}
.server-container > div.buttons > span {
    display: inline-block;
    vertical-align: middle;
}
.server-container > div.buttons > span:last-child a {
    margin-right: 0;
}
.server-container > div.buttons .field a:before {
    content: 'HLTV';
}
.server-container > div.buttons .join a:before {
    content: 'CONNECT';
}
.server-container > div.buttons .gametracker a:before {
    content: 'GAMETRACKER';
}
.server-container > div.buttons .join img,
.server-container > div.buttons .gametracker img {
    display: none;
}
.server-container > div.name .icon {
    display: none;
}
.server-container > div.name h1 {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    margin: 0;
    text-align: left;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
	color: #e10000c2;
}
.server-container .status {
    display: inline-block;
    vertical-align: middle;
}
.server-container .status .server {
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 150%;
    float: left;
    margin: 0 5px;
    padding: 0;
}
		