.container {
  width: 840px;
  margin: 0 auto;
}
body {

}
.flat .hexstats {
  border: 1px solid grey;
  border-radius: 6px;
  list-style: none;
  padding: 0 0 0px;
  margin: 0 0 15px;
  background: #fff;
  text-align: center;
}
.flat .hexstats li {
  padding: 10px 15px;
  color: #ccc;
  border-top: 1px solid #f5f5f5;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.flat .hexstats li.stats {
  border-top: 0;
}
.flat .hexstats li.servername {
  height: 30px;
  border-bottom: 1px solid grey;
  border-radius: 6px 6px 0 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #FF7F00;
  text-shadow: 1px 2px #363636;
  background-image: url(http://hexagonmc.eu/bilder/skypvpbg3.jpg);
  background-size: 100% 100%;
  margin-bottom: 0px;
  border-top: 0;
}
.serverheads {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
  text-align: center;
  font-size: 24px;
  color: #FF7F00;
  text-shadow: 1px 1px #363636;
}
.test1 {
  color: #e74c3c;
  font-weight: bold;
}
.flat .hexstats li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.flat .hexstats.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#.flat .hexstats.featured li.servername {
  background: #000;
}
#.flat .hexstats.featured:hover li.servername {
  background: #c0392b;
}
#.flat .hexstats:hover li.servername {
  background: #FFC125;
}
#footer {
  margin-top: 0px;
  padding-bottom: 0px;
}
.left {
  color: #333333;
  line-height:30px;
  text-align: left;
  float: left;
  vertical-align: middle;
}
.right {
  color: #FF7F00;
  font-weight: bold;
  text-align: right;
  float: right;
}
.left > big {
  font-size: 20px;
  vertical-align: middle;
}
.hexstats2 {
  border-top: 1px solid #f5f5f5;
}
.hex-lg-3 {
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  float:left;
  width:25%
}
.hex-md-3 {
  float:left;
  width:250px;
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px
}
.hex-xs-6 {
  float:left;
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  float:left
}