.invisible {
  visibility: hidden;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30px;
  height: 30px;
}

.blockitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  height: 40px;
}

.item > * {
  width: 30px;
}

.blockitem > * {
  width: 35px;
}

.item > a {font-size: 0px;}
.blockitem > a {font-size: 0px;}
.ghostItem .number {
  color: fff;
  text-shadow: #333 1px 2px 1px;
  position: relative;
  bottom: 13px;
  left: 7px;
}

::selection {
  background: transparent;
}

::-moz-selection {
  background: transparent;
}
.item > .number {
  left: 0px;
  position: relative;
  font-size: 11px;
  bottom: 12px;
  z-index: 3;
  text-shadow: #333 1px 2px 1px;
  color: fff;
  text-align: end;
  width: 0px;
}

.blockitem > .number {
  left: 0px;
  position: relative;
  font-size: 11px;
  bottom: 12px;
  z-index: 3;
  text-shadow: #333 1px 2px 1px;
  color: fff;
  text-align: end;
  width: 0px;
}
