/* Local lightweight Minecraft-style icon pack used by 67craft.pl. */
.mc {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  image-rendering: pixelated;
  vertical-align: -0.2em;
}
.mc-sm { width: 1rem; height: 1rem; min-width: 1rem; }
.mc-xl { width: 2rem; height: 2rem; min-width: 2rem; }
.mc-2xl { width: 2.5rem; height: 2.5rem; min-width: 2.5rem; }
.mc-3xl { width: 3rem; height: 3rem; min-width: 3rem; }
.mc-4xl { width: 4rem; height: 4rem; min-width: 4rem; }
.mc-5xl { width: 5rem; height: 5rem; min-width: 5rem; }
.mc-shield { background-image: url("icons/shield.png"); }
.mc-crafting-table { background-image: url("icons/crafting-table.png"); }
.mc-bedrock { background-image: url("icons/bedrock.png"); }
.mc-emerald { background-image: url("icons/emerald.png"); }
.mc-diamond-sword { background-image: url("icons/diamond-sword.png"); }
.mc-diamond-pickaxe { background-image: url("icons/diamond-pickaxe.png"); }
.mc-player-head { background-image: url("icons/player-head.png"); }
.mc-golden-helmet { background-image: url("icons/golden-helmet.png"); }
.mc-diamond { background-image: url("icons/diamond.png"); }
.mc-tripwire-hook { background-image: url("icons/tripwire-hook.png"); }
.mc-gold-ingot { background-image: url("icons/gold-ingot.png"); }
.mc-chest { background-image: url("icons/chest.png"); }
.mc-nether-star { background-image: url("icons/nether-star.png"); }
.mc-firework-rocket { background-image: url("icons/firework-rocket.png"); }
