/*
サイトID：521
攻略サイト：ブロスタ
URL：https://gameline.jp/brawlstars/
*/
.tier-table .tier-icons {
  font-size: 0;
}
.tier-table .tier-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 4px 2px;
  text-decoration: none;
}
.tier-table .tier-icon img {
  display: block;
  width: 50px;
  height: 50px;
}
.tier-table .tier-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  padding: 2px 2px;
  border: 1px solid #c7c7c7;
  background: #f4f4f4;
  color: #333;
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
  width: 50px;
  min-height: 15px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.2px;
  text-decoration: none;
}