.server-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: none;

  margin: 0;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 400;
}

.server-name a{
  color:inherit;
}

.server-info{
  max-height: 475px;
  height: 475px;
}

.card .card-header .server-menu{
  float: right;
  position: static;
  margin-top: 10px;
}

/*.server-icon{
  margin: -15px 25px -15px -18px;
  float: left;
  width: 64px;
  height: 64px;
}*/

.card div.card-header.server-header{
  padding: 23px 26px 5px;
}

.server-status{
  line-height: 1;
  height: 2em;
}

.server-status i{
  margin-top: 0.7em;
}

.server-top-players{

}

.server-screenshots{
  width: 80px;
  height: 80px;
  margin: 0 3px 3px 0;
  float: left;
}

.s-d-b-m{
  display: block;
  height: 2em;
}

.server-favorite-counter, .server-ip-port-desc{
  line-height: 1.8em;
  font-size: 1.2em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.server-comments{
  /*height: 320px;*/
  max-height: 320px;
}

.server-tech-info {
  height: 503px;
}

.server-plugins, .server-players-online-long {
  height: 340px;
}

.server-players-online{
  max-height: 340px;
}

.server-tech-info-ads{
  height: 280px;
}

.server-bottom-ads{
  height: 400px;
}

.server-bottom-menu{
  max-height: 238px;
}


/*.fix-server-menu.affix {
  top: 85px;
  bottom:auto;
}

.fix-server-menu..affix-bottom{
  position:absolute;
  top:auto;
  bottom:110px;
}*/

/*mobile*/
@media(max-width:767px){

	.server-top-stat{
		margin-top: 15px;
	}

}