.b-results {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%);
  width: 774px;
  height: 465px;
  box-sizing: border-box;
  padding: 15px;
  background: #cccc99;
  font-family: 'Press Start 2P';
  font-weight: bold;
}
.b-results-header {
  background: #cccc99;
  height: 55px;
  width: 100%;
  font-size: 18px;
  color: #219aca;
}
.b-results-header-place {
  display: inline-block;
  line-height: 55px;
  margin-left: 48px;
}
.b-results-header-players {
  display: inline-block;
  line-height: 55px;
  margin-left: 35px;
}
.b-results-header-score {
  display: inline-block;
  line-height: 55px;
  margin-left: 258px;
}
.b-results-list {
  margin: 0;
  padding: 25px 0;
  list-style: none;
  height: 380px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffcc;
  color: black;
  word-wrap: break-word;
  overflow-y: scroll;
}
.b-results-list::-webkit-scrollbar {
  width: 25px;
}
.b-results-list::-webkit-scrollbar-track {
  width: 25px;
  background: #e7e7b4;
}
.b-results-list::-webkit-scrollbar-thumb {
  width: 35px;
  height: 20px;
  background: #cccc99;
}
.b-results-list::-webkit-scrollbar-button {
  height: 15px;
  width: 15px;
  background: url(data/img/arrows.png) no-repeat top #e7e7b4;
}
.b-results-list::-webkit-scrollbar-button:end {
  height: 15px;
  width: 15px;
  background: blue;
  background: url(data/img/arrows.png) no-repeat bottom #e7e7b4;
}
.b-results-list-item {
  padding: 0 36px;
  font-size: 16px;
  height: 40px;
}
.b-results-list-item + .b-results-list-item {
  margin-top: 6px;
}
.b-results-list-item-position {
  width: 50px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.b-results-list-item-avatar {
  width: 40px;
  height: 40px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}
.b-results-list-item-avatar__img {
  display: block;
  width: 100%;
  height: 100%;
}
.b-results-list-item-name {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 373px;
}
.b-results-list-item-name_red {
  color: #ff0000;
}
.b-results-list-item-points {
  display: inline-block;
  width: 65px;
  vertical-align: middle;
  text-align: right;
}
.play-again {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translate(-50%);
  width: 774px;
  height: 125px;
  display: block;
  background: url(data/img/play_again.png) no-repeat center;
  background-size: contain;
}
