.ranking {
	margin-bottom: 10px;
}
.ranking .nk-box-1 {
	min-height: 150px;
	border-radius: 4px;
	border: 1px solid #2f3541;
}
.ranking .nk-feature-cont > .nk-feature-title {
	margin-bottom: 0 !important;
	font-size: 1rem !important;
}

.gracz {
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #4a5468;
}

.bordered_image {
	border: 1px solid #313947;
	border-radius: 4px;
	background-color: #2f3541;
	width: 67px;
	height: 90px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.best { float: right; }

.ranking a,
.best a { text-decoration: none; }

.statslabel {
	float: left;
	font-weight: bolder;
	width: 250px;
}

@media (max-width: 524px) {
  .statslabel {
   	width: 100%;
  }
}
@media (min-width: 525px) {
  .statslabel {
   	width: 250px;
  }
}

.sentence {
	border: 1px solid black;
	background-color: rgb(180, 180, 180);
	color: white;
	padding: 4px;
	margin-top: 12px;
}

.position {
	float: left;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 10px;
}

.small_image {
	width: 24px;
	height: 32px;
	float: left;
	margin-right: 6px;
	border: 0;
}

.label {
	font-weight: bold;
}

.bubble {
    font-size: 10px;
    padding-bottom: 3px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
    text-align: center;
}

span.block {
	display: block;
    overflow-x: hidden;
}