.score-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 380px;
}

.score-mini {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.score-main::before, .score-mini::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(6,6,6,0.8);
}

.score-overlay {
  position: relative;
  z-index: 1;
}

.score-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.score-center div {
  flex: 0 0 33.333%;
}

.avatar {
  width: 90px;
  height: 90px;
}

.avatar-small {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #ee22ff;
  margin: 2px;
}

.maps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.map {
  flex: 0 0 calc(25% - 10px);
  margin: 5px;
  position: relative;
}

.map.active {
  box-shadow: 0 0 7px #aaff00;
}

.map > img {
  width: 100%;
  height: auto;
}

.map .mapname {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6,6,6,0.5);
  color: #fff;
  text-align: center;
  padding: 3px;
}

.map .votes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.disabled {
  cursor: not-allowed;
  filter: grayscale(50%);
}
