html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em!important;
  margin: 0.67em 0!important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: content-box;
}
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1pc;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #202020;
  background: #ececec;
  background-image: url("/template/img/bg.png");
}
header .wraper {
  display: flex;
  overflow: auto;
}
header a {
  margin-right: 30px;
}
ul {
  list-style-type: square;
}
a {
  color: #196d17;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #288123;
  text-decoration: underline;
}
.wraper {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1366px;
  width: 100%;
  overflow: hidden;
}
.load-page {
  padding-bottom: 20px;
}
.gallery {
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
figure {
  width: 180px;
}
.tright {
  clear: right;
  float: right;
  margin: 0 0 16px 20px;
}
p,
section {
  word-wrap: break-word;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.75;
  overflow-wrap: break-word;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
table td,
table th {
  padding: 10px;
}
.msgbox.msgbox-default {
  background: #702d3a;
}
.notaninfobox {
  position: relative;
  clear: right;
  margin: 0 0 1em 1em;
  max-width: 50%;
  font-size: 90%;
  float: right;
  overflow: auto;
  z-index: 1;
}
#toc {
  margin: 24px auto 24px 0;
}
.toc {
  display: table;
}
.toc .toctitle,
.toc .toctitle h2 {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.infobox-imagearea {
  padding: 20px 0;
}
.center,
.infobox-imagearea * {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mcwiki-header.infobox-title {
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
.search {
  display: flex;
}
.search a {
  margin-right: 20px;
}
.main-page {
  display: flex;
  flex-wrap: wrap;
}
.fp-section {
  width: 33.3333333333%;
}
.mcwiki-header {
  padding: 10px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 1.5em;
  background-color: #000 !important;
  background: url(https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/feature-content/bg-wool-dark.png) !important;
  border-top: 0 !important;
  color: #fff !important;
}
#fp-2 {
  width: 70%;
}
#fp-3 {
  width: 30%;
}
#fp-4 {
  width: 100%;
}
.references {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sprite {
  display: block;
}
header {
  padding: 20px 0;
  background: url(https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/feature-content/bg-wool-dark.png);
  text-transform: uppercase;
  background-color: #000;
  position: fixed;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  z-index: 999;
  width: 100%;
}
header a {
  color: #ccc;
}
.page-body {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #fff;
}
h1 {
  margin-top: 0;
}
table table {
  width: 100%;
}
.floatright {
  float: right;
}
.navbox {
  width: 100%;
}
.wikitable {
  width: 100%;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.edition-boxes {
  display: flex;
  justify-content: center;
}
nav a:hover {
  text-decoration: none;
}

.t-cl span,
.t-p nowiki,
.t-t span,
.t-tc span,
.t-tl span {
  color: #696969;
}
.t-p,
.t-tc {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f9f9f9;
  color: #000;
  padding: 1px 4px;
}
.t-cl span.explain.tooltip,
.t-tl span.explain.tooltip {
  color: #ba0000;
}
.t-t span.explain.tooltip,
.t-tc span.explain.tooltip {
  color: #000;
}
.arrow-GregTech {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/5/50/GregTech_ArrowProcessingCSS.png);
}
.arrow-IndustrialCraft_2 {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/b3/IndustrialCraft_2_ArrowProcessingCSS.png);
}
.gui-set-header {
  position: relative;
  width: 282px;
}
.gui-set-line {
  font-family: Minecraft-ru, sans-serif;
  text-align: left;
  position: absolute;
  height: 21px;
  padding-left: 15px;
  width: 267px;
}
.gui-energy-lines {
  font-family: Minecraft-ru, sans-serif;
  text-align: left;
  padding-left: 37px;
}
.gui-set-footer {
  position: absolute;
  height: 8px;
  width: 282px;
}
.craft-gui > * {
  display: inline-block;
  vertical-align: middle;
}
.craft-gui {
  background-image: url('/template/img/ИнтерфейсОбжиг.png');
}
.craft-gui > .mcui-input {
  position: relative;
  top: 10px;
}
.craft-gui .mcui-row {
  display: block;
}
.craft-gui > .mcui-arrow {
  background: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/8/86/Grid_layout_Arrow_%28small%29.png) no-repeat;
  width: 32px;
  height: 26px;
  margin: 0 22px;
  position: relative;
  top: 10px;
}
.craft-gui > .mcui-output {
  position: relative;
  top: 10px;
}
.craft-gui > .mcui-icons {
  position: absolute;
  top: 13px;
  right: 13px;
}
.craft-gui .mcui-fixed,
.craft-gui .mcui-shapeless {
  display: inline-block;
  background-repeat: no-repeat;
  width: 19px;
  height: 15px;
  cursor: help;
}
.craft-gui .mcui-shapeless {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/a/a9/Grid_layout_Shapeless.png);
}
.craft-gui .mcui-fixed {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/b8/Grid_layout_Fixed.png);
}
.craft-gui-header {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/1/1a/%D0%98%D0%BD%D1%82%D0%B5%D1%80%D1%84%D0%B5%D0%B9%D1%81%D0%9E%D0%B1%D0%B6%D0%B8%D0%B31.png);
}
.craft-gui-line {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/2/28/%D0%98%D0%BD%D1%82%D0%B5%D1%80%D1%84%D0%B5%D0%B9%D1%81%D0%9E%D0%B1%D0%B6%D0%B8%D0%B32.png);
}
.craft-gui-footer {
  background-image: url(https://minecraft-ru.gamepedia.com/media/4/47/%D0%98%D0%BD%D1%82%D0%B5%D1%80%D1%84%D0%B5%D0%B9%D1%81%D0%9E%D0%B1%D0%B6%D0%B8%D0%B33.png.png);
}
.gt-gui {
  background-color: #c6c6c6;
  box-shadow: 0 -1px #000 inset, 0 1px #000 inset, -1px 0 #000 inset, 1px 0 #000 inset, 0 -2px #555 inset, 0 2px #fff inset, -2px 0 #555 inset, 2px 0 #fff inset, 0 -3px #555 inset, 0 3px #fff inset, -3px 0 #555 inset, 3px 0 #fff inset, 0 -4px #555 inset, 0 4px #fff inset, -4px 0 #555 inset, 4px 0 #fff inset, 0 -5px #555 inset, 0 5px #fff inset, -5px 0 #555 inset, 5px 0 #fff inset;
}
.gt-gui-bronze {
  background-color: #f07006;
  box-shadow: 0 -1px #000 inset, 0 1px #000 inset, -1px 0 #000 inset, 1px 0 #000 inset, 0 -2px #3f1b00 inset, 0 2px #f0ba85 inset, -2px 0 #3f1b00 inset, 2px 0 #f0ba85 inset, 0 -3px #3f1b00 inset, 0 3px #f0ba85 inset, -3px 0 #3f1b00 inset, 3px 0 #f0ba85 inset, 0 -4px #3f1b00 inset, 0 4px #f0ba85 inset, -4px 0 #3f1b00 inset, 4px 0 #f0ba85 inset, 0 -5px #3f1b00 inset, 0 5px #f0ba85 inset, -5px 0 #3f1b00 inset, 5px 0 #f0ba85 inset;
}
.gt-gui-brick {
  background-color: #826b51;
  box-shadow: 0 -1px #000 inset, 0 1px #000 inset, -1px 0 #000 inset, 1px 0 #000 inset, 0 -2px #211b15 inset, 0 2px #cca880 inset, -2px 0 #211b15 inset, 2px 0 #cca880 inset, 0 -3px #211b15 inset, 0 3px #cca880 inset, -3px 0 #211b15 inset, 3px 0 #cca880 inset, 0 -4px #211b15 inset, 0 4px #cca880 inset, -4px 0 #211b15 inset, 4px 0 #cca880 inset, 0 -5px #211b15 inset, 0 5px #cca880 inset, -5px 0 #211b15 inset, 5px 0 #cca880 inset;
}
.gt-pic {
  position: absolute;
  height: 34px;
  width: 34px;
  right: 10px;
  bottom: 12px;
}
.gt-standart-pic {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/4/44/GregTechMachineUILogo.png);
}
.gt-bronze-pic {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/e/ea/GT_bronze.png);
}
.gt-brick-pic {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/1/18/GT_brick.png);
}
.grid {
  display: inline-block;
  position: relative;
  text-align: left !important;
  background-color: #8b8b8b;
  height: 32px;
  width: 32px;
  padding: 2px;
  vertical-align: bottom;
}
.grid.output {
  height: 48px;
  width: 48px;
}
.grid.hidden {
  background-color: transparent;
  padding: 0;
  z-index: 10;
}
.grid .border {
  display: block;
  margin: -2px 0 0 -2px;
  border-style: solid none none solid;
  border-width: 2px;
  border-color: #373737;
  height: 100%;
}
.grid .border span {
  display: block;
  margin-right: -2px;
  border-style: none solid solid none;
  border-width: 2px;
  border-color: #fff;
  height: 100%;
}
.grid .default-image,
.grid .image {
  position: absolute;
  line-height: 16px;
  top: 2px;
  width: 32px;
}
.grid.output .image {
  top: 10px;
  left: 10px;
}
.grid.hidden .image {
  top: 0;
}
.grid .image > a.new,
.gridsprite > a.new {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/35/Grid_Unknown.png);
  display: block;
  width: 32px;
  height: 32px;
  outline: 0;
  text-indent: -99999px;
}
.grid .number {
  display: block;
  margin: -12px -4px 0 0;
  text-align: right;
  font-family: Minecraft-ru;
  font-size: 16px;
  pointer-events: none;
}
.grid .number .selflink,
.grid .number a {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 400;
}
.grid .image a.new + .number,
.sprite a.new + .number {
  display: none;
}
.grid .number span {
  position: absolute;
  right: -2px;
  bottom: 2px;
  color: #fff;
}
.gridsprite {
  display: inline-block;
  position: relative;
  text-align: left !important;
  height: 32px;
  width: 32px;
  vertical-align: bottom;
  background-color: transparent;
  padding: 0;
  z-index: 10;
  line-height: 16px;
}
.gridsprite .number {
  display: block;
  margin: -12px -4px 0 0;
  text-align: right;
  font-family: Minecraft-ru;
  font-size: 16px;
  pointer-events: none;
}
.gridsprite .number a {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 400;
}
.gridsprite .number span {
  position: absolute;
  right: -2px;
  bottom: -2px;
  color: #fff;
}
.grid-Brewing_Stand table,
.grid-Crafting_Table,
.grid-Furnace,
.grid-generic {
  background: #c6c6c6;
  border: outset 2px #999;
  padding: 6px;
  text-align: left !important;
}
.grid-Brewing_Stand td,
.grid-Crafting_Table td,
.grid-Furnace td,
.grid-generic td {
  border: none;
  padding: 0;
}
.grid-Crafting_Table .arrow,
.grid-Crafting_Table .shapeless {
  text-align: center;
  vertical-align: bottom;
}
.grid-Crafting_Table .arrow {
  width: 40px;
  padding-bottom: 5px;
}
.grid-Crafting_Table .shapeless span {
  cursor: help;
}
.grid-Furnace {
  padding-left: 24px;
  padding-right: 24px;
}
.grid-Furnace .arrow,
.grid-Furnace .output {
  text-align: center;
  vertical-align: middle;
}
.grid-Furnace .arrow {
  padding-right: 18px !important;
  padding-left: 14px !important;
}
.grid-Brewing_Stand {
  position: relative;
  width: 144px;
}
.grid-Brewing_Stand .bubbles {
  text-align: right;
}
.grid-Brewing_Stand .input {
  padding: 3px 0 !important;
  vertical-align: top;
}
.grid-Brewing_Stand .output1 {
  padding: 4px 10px 14px 0 !important;
}
.grid-Brewing_Stand .output2 {
  padding-top: 18px !important;
}
.grid-Brewing_Stand .output3 {
  padding: 4px 0 14px 10px !important;
}
.grid-Brewing_Stand .paths {
  position: absolute;
  bottom: 42px;
  left: 42px;
  z-index: 5;
}
.gui {
  position: relative;
  width: 272px;
  height: 130px;
  padding: 5px;
}
.wikitable td .gui {
  margin: -0.8px -4.6px;
}
td[style$="px"] .gui {
  margin: 0;
}
.invslot,
.mw-userlink,
.pixel-image,
.sprite {
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
.shortcut {
  clear: right;
  float: right;
  border: 1px solid #afcff2;
  margin-left: 0.75em;
  font-size: smaller;
}
.shortcut-1 {
  padding: 4px;
  background: #f0f8ff;
}
.shortcut-2 {
  line-height: 1.25em;
  font-weight: 700;
  background: #fff;
  vertical-align: middle;
  padding: 4px;
}
.achievement-box {
  clear: right;
  border: solid #000 2px;
  margin: 1px;
  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: minecraft-ru !important;
}
.achievement-box div {
  clear: right;
  border: solid #555 4px;
  webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 5px;
}
.achievement-table0 {
  width: 314px;
  height: 58px;
  background: #212121;
}
.achievement-row0 {
  width: 58px;
  height: 48px;
  background: #212121;
  text-align: center;
}
.achievement-row1 {
  font-size: 16px !important;
  color: #ff0 !important;
}
.achievement-row2 {
  font-size: 14px !important;
  color: #fff !important;
}
.doc-image {
  float: left;
  margin-right: 10px;
}
.msgbox-mini {
  padding: 0 6px 0 1px;
  margin: 0 0 1em;
  border-width: 1px;
  border-style: solid;
}
.msgbox,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox {
  display: flex;
  background: #fcfcfc;
  border: 1px solid #ccc;
  box-sizing: border-box;
  align-items: center;
  width: auto;
  padding: 0.4em 0.8em;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 90%;
}
.msgbox-image,
.msgbox_column1,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox .ubox-img {
  vertical-align: middle;
  border: none;
}
.msgbox-mini .msgbox_ico,
.msgbox-mini .msgbox_img {
  margin: 0 1.5em 0 0.5em;
}
.msgbox .msgbox_ico,
.msgbox .msgbox_img {
  margin: 0 1.5em 0 0.5em;
}
.msgbox + .msgbox {
  border-top: none;
  margin-top: -1em;
}
.msgbox:first-of-type,
:not(.msgbox) + .msgbox {
  border-top-right-radius: 0.15em;
  border-top-left-radius: 0.15em;
}
.msgbox-text,
.msgbox_column2,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox .ubox-field {
  border: none;
}
.msgbox_title,
.ubox .ubox-title {
  font-weight: 700;
}
.ubox .ubox-smalltext {
  font-size: 85%;
}
.msgbox-default,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-default {
  background-color: #ffc;
  border-color: #616161;
}
.ambox-gray,
body.ns-0 .ubox.ubox-gray,
body.ns-10000 .ubox.ubox-gray,
body.ns-10002 .ubox.ubox-gray {
  border-left: 10px solid #bba;
}
.msgbox-blue,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-blue {
  background-color: #def;
  border-color: #06f;
}
.ambox-blue,
body.ns-0 .ubox.ubox-blue,
body.ns-10000 .ubox.ubox-blue,
body.ns-10002 .ubox.ubox-blue {
  border-left: 10px solid #1e90ff;
}
.msgbox-green,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-green {
  background-color: #cfc;
  border-color: #0b0;
}
.ambox-green,
body.ns-0 .ubox.ubox-green,
body.ns-10000 .ubox.ubox-green,
body.ns-10002 .ubox.ubox-green {
  border-left: 10px solid #228b22;
}
.msgbox-red,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-red {
  background-color: #fcc;
  border-color: red;
}
.ambox-red,
body.ns-0 .ubox.ubox-red,
body.ns-10000 .ubox.ubox-red,
body.ns-10002 .ubox.ubox-red {
  border-left: 10px solid #b22222;
}
.msgbox-orange,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-orange {
  background-color: #ffffbf;
  border-color: #ff9a00;
}
.ambox-orange,
body.ns-0 .ubox.ubox-orange,
body.ns-10000 .ubox.ubox-orange,
body.ns-10002 .ubox.ubox-orange {
  border-left: 10px solid #f28500;
}
.msgbox-purple,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-purple {
  background-color: #e0dff5;
  border-color: #a900d4;
}
.ambox-purple,
body.ns-0 .ubox.ubox-purple,
body.ns-10000 .ubox.ubox-purple,
body.ns-10002 .ubox.ubox-purple {
  border-left: 10px solid #9932cc;
}
.ambox-yellow,
body.ns-0 .ubox.ubox-yellow,
body.ns-10000 .ubox.ubox-yellow,
body.ns-10002 .ubox.ubox-yellow {
  border-left: 10px solid #f4c430;
}
.msgbox-list-blue,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.ubox-list-blue {
  background-color: #fff;
  border-color: #009;
}
.license-template {
  background-color: #fdfdfd;
  border-color: #aaa;
  text-align: left;
  margin: 0.5em auto;
  margin-top: 0;
  width: 720px;
}
.license-template.msgbox-ico {
  text-align: center;
}
.msgbox-minicyan {
  border-bottom: 4px groove #999;
  border-right: 4px groove #999;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: right;
  background-color: #abcdef;
}
.lua-msgbox {
  border-width: 2px;
  text-align: left;
  width: 100%;
}
.msgbox-disambig {
  background-color: #f8f9fa;
  border-color: #a2a9b1;
  border-width: 1px;
  width: 100%;
  text-align: left;
  margin-bottom: calc(-1em - 1px);
}
.af-message {
  background-color: #fff;
  text-align: left;
  width: 100%;
  border-width: 2px;
}
.afmsg-red {
  border-color: #f40000;
}
.afmsg-orange {
  border-color: #f90;
}
.afmsg-yellow {
  border-color: #f4f400;
}
.delete-msgbox .msgbox-image,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.delete-msgbox .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.delete-msgbox .ubox-image {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/2/2d/%D0%9A_%D1%83%D0%B4%D0%B0%D0%BB%D0%B5%D0%BD%D0%B8%D1%8E.svg);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.rename-msgbox .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.rename-msgbox .ubox-img {
  background: 50% 50%/48px 12px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/c/c7/%D0%9A_%D0%BF%D0%B5%D1%80%D0%B5%D0%B8%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8E.svg);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-old-content .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-old-content .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/4/4b/%D0%AF%D0%B4%D1%80%D0%BE_%D1%80%D0%B5%D0%B0%D0%BA%D1%82%D0%BE%D1%80%D0%B0_%D0%9D%D0%B8%D0%B6%D0%BD%D0%B5%D0%B3%D0%BE_%D0%BC%D0%B8%D1%80%D0%B0.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-illustrate .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-illustrate .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/9/92/Aztec2_%28текстура%29_JE1_BE1.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-planned .ubox-img,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-preliminary .ubox-img,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-stub .ubox-img,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-supplement .ubox-img,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-translate .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-planned .ubox-img,
.ubox.msgbox-preliminary .ubox-img,
.ubox.msgbox-stub .ubox-img,
.ubox.msgbox-supplement .ubox-img,
.ubox.msgbox-translate .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/35/Information_icon.svg);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-design .ubox-img,
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-wip .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-design .ubox-img,
.ubox.msgbox-wip .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/c/cb/Warning.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-merge .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-merge .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/31/Объединить.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-separation .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-separation .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/d/d3/Разъединить.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-rewrite .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-rewrite .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/5/59/Предупреждение.svg);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-update .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-update .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/f/f2/Обновить.svg);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-delete-content .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-delete-content .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/5/57/Рубин.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-recycle .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-recycle .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/0/09/Nuvola_apps_important_recycle.svg);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-canceled .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-cenceled .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/e/ea/%D0%A8%D0%B5%D1%81%D1%82%D0%B5%D1%80%D0%BD%D1%8F_%28%D0%BF%D1%80%D0%B5%D0%B4%D0%BC%D0%B5%D1%82%29.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-subarticles .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-subarticles .ubox-img {
  background: 50% 50%/48px 48px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/0/0f/Требуются_подстатьи.png);
}
body:not(.ns-0):not(.ns-10000):not(.ns-10002) .ubox.msgbox-onlyfor .ubox-img {
  width: 48px;
  padding: 0 4px 0 3px;
}
.ubox.msgbox-onlyfor .ubox-img {
  background: 50% 50%/24px 24px no-repeat url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/0/0f/Требуются_подстатьи.png);
}
.msgbox-anontalk {
  text-align: left;
}
.msgbox-anontalk .msgbox-image {
  width: 48px;
  padding: 0 1.5em 0 0.5em;
  background: 50% 50%/48px auto no-repeat url(https://upload.wikimedia.org/wikipedia/commons/d/dc/Nuvola_apps_important_yellow.svg);
}
.ambox,
body.ns-0 .ubox,
body.ns-10000 .ubox,
body.ns-10002 .ubox {
  background-color: #f8f8f8;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  border-collapse: collapse;
  font-size: 95%;
  margin: 0 10% 2px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.ambox.ambox-tiny {
  font-size: 95%;
  margin: 2px 0;
  width: auto;
}
.ambox + .ambox {
  margin-top: -3px;
}
.ambox-text,
body.ns-0 .ubox .ubox-field,
body.ns-10000 .ubox .ubox-field,
body.ns-10002 .ubox .ubox-field {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
}
.ambox-image,
body.ns-0 .ubox .ubox-img,
body.ns-10000 .ubox .ubox-img,
body.ns-10002 .ubox .ubox-img {
  padding: 2px 0 2px 0.5em;
  text-align: center;
}
.ambox-image div,
body.ns-0 .ubox .ubox-img div,
body.ns-10000 .ubox .ubox-img div,
body.ns-10002 .ubox .ubox-img div {
  width: 52px;
}
.ambox-tiny .ambox-image {
  padding: 2px 0.5em;
  text-align: left;
  width: auto;
}
.amsmalltext,
body.ns-0 .ubox .ubox-text,
body.ns-10000 .ubox .ubox-text,
body.ns-10002 .ubox .ubox-text {
  margin-left: 0.8em;
  margin-top: 0.3em;
}
.amsmalltext p:not(i),
body.ns-0 .ubox .ubox-text p:not(i),
body.ns-10000 .ubox .ubox-text p:not(i),
body.ns-10002 .ubox .ubox-text p:not(i) {
  font-style: italic;
}
body.ns-0 .ubox .ubox-summary,
body.ns-10000 .ubox .ubox-summary,
body.ns-10002 .ubox .ubox-summary {
  padding-top: 0;
  padding-left: 10px;
}
.ubox .ubox-summary {
  font-style: italic;
}
.ubox .ubox-summary :first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.amsmalltext p,
body.ns-0 .ubox .ubox-text,
body.ns-10000 .ubox .ubox-text,
body.ns-10002 .ubox .ubox-text {
  margin: 0.3em 0;
}
.tv-on {
  background: #c6efce;
  color: #006100;
}
.tv-always {
  background: #5dcc5d;
  color: #004100;
}
.tv-dash,
.tv-no {
  background: #ffc7ce;
  color: #9c0006;
}
.tv-never {
  background: #ff5757;
  color: #700005;
}
.tv-rarely {
  background: #fdce5e;
  color: #835400;
}
.tv-neutral {
  background: #ffeb9c;
  color: #9c6500;
}
.tv-partial {
  background: #ffd;
  color: #8a7600;
}
.tv-planned {
  background: #dfdfff;
  color: #0131b7;
}
.tv-unknown {
  background: #ccc;
  color: #000;
}
.tv-in-off {
  background: #060;
  color: #fff;
}
.tv-in-on {
  background: #0c0;
  color: #fff;
}
.tv-out-off {
  background: #900;
  color: #fff;
}
.tv-out-in {
  background: red;
  color: #fff;
}
.tv-def,
.tv-na {
  background: #fff;
  color: #000;
}
.admin_only_inline {
  display: none;
}
.invslot {
  position: relative;
  display: inline-block;
  background-color: #8b8b8b;
  background-size: 32px;
  border: 2px solid;
  border-color: #373737 #fff #fff #373737;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  vertical-align: bottom;
}
.invslot::after,
.invslot::before {
  content: "";
  position: absolute;
  background-color: #8b8b8b;
  height: 2px;
  width: 2px;
  pointer-events: none;
}
.invslot::before {
  bottom: -2px;
  left: -2px;
}
.invslot::after {
  top: -2px;
  right: -2px;
}
.fluid_invslot {
  background: #373737;
  border-color: #000 #8b8b8b #8b8b8b #000;
}
.fluid_invslot::after,
.fluid_invslot::before {
  background-color: #373737;
}
.bronze_invslot {
  background: #a72c14;
  border-color: #271000 #f0ba85 #f0ba85 #271000;
}
.bronze_invslot::after,
.bronze_invslot::before {
  background-color: #a72c14;
}
.brick_invslot {
  background: #4f4131;
  border-color: #130f0b #c09e78 #c09e78 #130f0b;
}
.brick_invslot::after,
.brick_invslot::before {
  background-color: #4f4131;
}
.gt-invslot {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/1/13/GregTechbkgrdCSS.png);
}
.invslot-large {
  padding: 8px;
}
.invslot-item,
.invslot-item > a:first-child {
  position: relative;
  display: block;
  margin: -2px;
  padding: 2px;
}
.invslot-item-image > a.new:first-child {
  background: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/35/Grid_Unknown.png) no-repeat content-box;
  background-size: cover;
  width: inherit;
  height: inherit;
  text-indent: -9999px;
  overflow: hidden;
}
.invslot-stacksize {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Minecraft-ru, sans-serif !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-shadow: 2px 2px 0 #3f3f3f;
  filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
  z-index: 2;
}
.invslot-plain * .invslot,
span.invslot-plain {
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}
.invslot-plain * .invslot::after,
.invslot-plain * .invslot::before,
.invslot-plain::after,
.invslot-plain::before {
  content: none;
}
.sprite {
  display: inline-block;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.sprite + .sprite-text {
  padding-left: 0.312em;
}
.comment-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/9/9c/CommentCSS.png);
}
.block-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/d/df/BlockCSS.png);
}
.entity-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/4/40/EntityCSS.png);
}
.item-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/f/f5/ItemCSS.png);
}
.bc-sprite {
  background-image: url(https://minecraft-ru.gamepedia.com/media/minecraft-ru.gamepedia.com/9/9e/BCCSS.png);
}
.effects-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/b7/EffectsCSS.png);
  width: 18px;
  height: 18px;
}
.schematic-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/1/18/SchematicCSS.png);
  background-size: 32em auto;
  width: 1em;
  height: 1em;
}
.inv-sprite {
  background-image: url('/template/img/InvCSS.png');
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.dungeonsitem-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/7/78/DungeonsItemCSS.png);
  background-size: 1536px auto;
  height: 24px;
  width: 24px;
  margin: -1px -4px -1px -1px;
}
.sprite.advanced-solar-panels-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/2/23/Advanced_Solar_PanelsCSS.png);
  background-size: 80px auto;
}
.sprite.advanced-solar-panels-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/2/23/Advanced_Solar_PanelsCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.aether-2-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/2/26/Aether2CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.blood-magic-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/1/1f/BloodMagicCSS.png);
  background-size: 256px auto;
}
.sprite.blood-magic-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/1/1f/BloodMagicCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.divinerpg-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/a/aa/DivineRPGCSS.png);
  background-size: 256px auto;
}
.sprite.divinerpg-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/a/aa/DivineRPGCSS.png);
  background-size: 512px auto;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.draconic-evolution-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/e/ea/DraconicEvolutionCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.enderio-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/a/a8/EnderIOCSS.png);
  background-size: 256px auto;
}
.sprite.enderio-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/a/a8/EnderIOCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.extracells-2-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/c/ca/ExtraCells2CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.forestry-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/4/4f/ForestryCSS.png);
  background-size: 512px auto;
}
.sprite.forestry-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/4/4f/ForestryCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.galacticraft-3-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/38/Galacticraft3CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.gravitation-suite-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/bf/Gravitation_SuiteCSS.png);
  background-size: 80px auto;
}
.sprite.gregtech-inv-sprite {
  background-image: url(https://minecraft-ru.gamepedia.com/media/minecraft-ru.gamepedia.com/9/96/GregTechInvCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.gregtech-4-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/c/ca/GregTech4CSS.png);
  background-size: 512px auto;
}
.sprite.gregtech-4-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/c/ca/GregTech4CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.gregtech-6-inv-sprite {
  background-image: url(https://minecraft-ru.gamepedia.com/media/minecraft-ru.gamepedia.com/0/0b/GregTech_6CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.herobrinemod-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/8/83/HerobrineModCSS.png);
}
.sprite.industrialcraft-2-sprite {
  background-image: url(https://minecraft-ru.gamepedia.com/media/minecraft-ru.gamepedia.com/4/47/IndustrialCraft_2CSS.png);
  background-size: 256px auto;
}
.sprite.industrialcraft-2-inv-sprite {
  background-image: url(https://minecraft-ru.gamepedia.com/media/minecraft-ru.gamepedia.com/4/47/IndustrialCraft_2CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.immersive-engineering-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/7/7c/ImmersiveEngineeringCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.immersive-petroleum-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/b7/ImmersivePetroleumCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.nuclear-control-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/0/00/NuclearControl2CSS.png);
  background-size: 256px auto;
}
.sprite.nuclear-control-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/0/00/NuclearControl2CSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.portal-gun-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/7/77/PortalGunCSS.png);
  background-size: 256px auto;
}
.sprite.portal-gun-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/7/77/PortalGunCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.rustic-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/3d/RusticCSS.png);
  background-size: 256px auto;
}
.sprite.rustic-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/3d/RusticCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.industrial-upgrade-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/c/ce/Industrial_UpgradeCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sprite.terrafirmacraft-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/38/TerraFirmaCraftCSS.png);
  background-size: 512px auto;
}
.sprite.terrafirmacraft-inv-sprite {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/3/38/TerraFirmaCraftCSS.png);
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.sound-audio {
  display: block;
}
.stikitable > * > tr:first-child > th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-clip: padding-box;
}
.stikitable > * > tr:first-child > th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
  border-color: inherit;
}
.notaninfobox {
  position: relative;
  clear: right;
  margin: 0 0 1em 1em;
  width: 300px;
  font-size: 90%;
  background: #fff;
  float: right;
  border: 1px solid #ccc;
  padding: 2px;
  overflow: auto;
  z-index: 1;
}
@media all and (max-width: 511px) {
  .notaninfobox {
    float: none;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 337px) {
  .notaninfobox {
    margin-left: -16px;
    margin-right: -16px;
    border-left: none;
    border-right: none;
  }
}
.notaninfobox > .infobox-title {
  font-weight: 700;
  text-align: center;
  font-size: 120%;
}
.infobox-imagearea {
  text-align: center;
  padding: 4px;
}
.infobox-imagearea > div:not(:first-child) {
  padding-top: 1em;
}
#bodyContent .infobox-imagearea .animated {
  display: inline-flex;
  align-items: center;
}
.notaninfobox .infobox-rows {
  display: table;
  margin: 0 !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 1px !important;
}
.infobox-rows > tbody > tr > th {
  text-align: left;
  white-space: nowrap;
}
#bodyContent .infobox-rows p {
  margin: 0;
}
.infobox-rows dl + dl {
  margin-top: -0.4em;
}
.infobox-rows dl:last-child {
  margin-bottom: 0.2em;
}
.infobox-footer {
  text-align: center;
}
.errorbox li:not(:last-child) .abusefilter-message-footer {
  display: none;
}
div.errorbox {
  color: #532d2d;
  background: #ffe6e6;
  border-color: maroon;
}
#admins-list {
  margin-left: 8px;
  float: right;
  text-align: center;
  margin-top: 0;
}
#admins-list * .admin-red {
  background-color: #ffd4d4;
}
#admins-list * .admin-green {
  background-color: #d4ffd4;
}
#admins-list * .admin-yellow {
  background-color: #ffffd4;
}
#admins-list tr:first-of-type th,
#admins-list tr:first-of-type th span {
  font-size: 90%;
}
#admins-list tr:not(:first-of-type) th {
  background-color: #d9d9d9;
}
.rmp-note {
  display: none !important;
}

#fp-header-file {
  margin: auto;
}
#fp-header-links {
  margin: auto 0;
}
#fp-header-links ul {
  -ms-columns: 160px;
  -moz-columns: 160px;
  -webkit-columns: 160px;
  columns: 160px;
  -ms-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  margin-top: 0;
}
.edition-boxes p {
  margin: 0 !important;
}
.edition-box > div {
  margin: 0.4em auto;
}
#tfc-page {
  display: -ms-grid;
  -ms-grid-template-areas: a b c d e f g h i j;
  -ms-grid-template-columns: 100%;
  display: grid;
  grid-template-areas: a b c d e f g h i j;
  grid-template-columns: 100%;
}
@media screen and (min-width: 990px) {
  #tfc-page.main-page {
    -ms-grid-template-areas: "a a b" "a a c" "d e j" "f g j" "h i j";
    -ms-grid-template-columns: 33% 33% 34%;
    grid-template-areas: "a a b" "a a c" "d e j" "f g j" "h i j";
    grid-template-columns: 33% 33% 34%;
  }
}
@media screen and (max-width: 430px) {
  #tfc-page #fp-1 .mcwiki-header > div {
    float: none !important;
    margin: 0 !important;
  }
}
#bibl-page {
  display: -ms-grid;
  -ms-grid-template-areas: a b c d e f g h i j;
  -ms-grid-template-columns: 100%;
  display: grid;
  grid-template-areas: a b c d e f g h i j;
  grid-template-columns: 100%;
}
@media screen and (min-width: 990px) {
  #bibl-page.main-page {
    -ms-grid-template-areas: "a a b" "d e c" "f g j" "h i j";
    -ms-grid-template-columns: 33% 33% 34%;
    grid-template-areas: "a a b" "d e c" "f g j" "h i j";
    grid-template-columns: 33% 33% 34%;
  }
}
@media screen and (max-width: 430px) {
  #bibl-page #fp-1 .mcwiki-header > div {
    float: none !important;
    margin: 0 !important;
  }
}
code.modversion.modversion-stable {
  background: #14b866;
  border-color: #14b866;
  color: #000;
}
code.modversion.modversion-beta {
  background: #0e9bd8;
  border-color: #0e9bd8;
  color: #000;
}
code.modversion.modversion-alpha {
  background: #d3cae8;
  border-color: #d3cae8;
  color: #000;
}
code.modversion.modversion-unmaintained {
  background: #444;
  border-color: #444;
  color: #e0e0e0;
}
.bulletless ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
.mcui-Stonecutter > * {
  display: inline-block;
  vertical-align: top;
}
.mcui-Stonecutter > .mcui-stonecutterArrow {
  background: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/9/97/Grid_layout_Stonecutter_Arrow.png) no-repeat;
  width: 58px;
  height: 60px;
  margin: 9px 4px 0;
}
.mcui-Stonecutter > .mcui-output {
  margin: 28px 0;
}
.mcui-Stonecutter > .mcui-input {
  margin-top: 36px;
}
.mcui-Stonecutter .mcui-stonecutterSprite {
  margin: 4px 0 0 5px;
}
.mcui {
  display: inline-block;
  position: relative;
  background-color: #c6c6c6;
  border: 2px solid;
  border-color: #dbdbdb #5b5b5b #5b5b5b #dbdbdb;
  padding: 6px;
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
}
.mcui-Crafting_Table > * {
  display: inline-block;
  vertical-align: top;
}
.mcui-Crafting_Table .mcui-row {
  display: block;
}
.mcui-Crafting_Table > .mcui-arrow {
  background: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/8/86/Grid_layout_Arrow_%28small%29.png) no-repeat;
  width: 32px;
  height: 26px;
  margin: 40px 4px 0;
}
.mcui-Crafting_Table > .mcui-output {
  margin-top: 28px;
}
.mcui-Crafting_Table > .mcui-icons {
  position: absolute;
  top: 6px;
  right: 6px;
}
.mcui-Crafting_Table .mcui-fixed,
.mcui-Crafting_Table .mcui-shapeless {
  display: inline-block;
  background-repeat: no-repeat;
  width: 19px;
  height: 15px;
  cursor: help;
}
.mcui-Crafting_Table .mcui-shapeless {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/a/a9/Grid_layout_Shapeless.png);
}
.mcui-Crafting_Table .mcui-fixed {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/b8/Grid_layout_Fixed.png);
}
.mcui-Brewing_Stand > * {
  display: block;
}
.mcui-Brewing_Stand .invslot {
  vertical-align: top;
}
.mcui-Brewing_Stand > .mcui-input > .invslot {
  margin-top: 3px;
}
.mcui-Brewing_Stand .mcui-blaze {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/b/b0/Grid_layout_Brewing_Blaze.png);
  width: 92px;
  height: 69px;
  position: relative;
  z-index: 1;
  margin-left: -2px;
  display: inline-block;
  background-repeat: no-repeat;
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-blaze {
  background-image: url(https://minecraft-ru.gamepedia.com/media/minecraft-ru.gamepedia.com/2/26/Grid_layout_Brewing_Blaze_%28In-active%29.png);
}
.mcui-Brewing_Stand .mcui-arrow,
.mcui-Brewing_Stand .mcui-bubbling {
  display: inline-block;
  background-repeat: no-repeat;
  width: 24px;
}
.mcui-Brewing_Stand .mcui-bubbling {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/6/65/Grid_layout_Brewing_Bubbles.gif);
  height: 57px;
  margin-left: -30px;
  margin-right: 4px;
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/d/db/Grid_layout_Brewing_Bubbles_%28In-active%29.png);
}
.mcui-Brewing_Stand .mcui-arrow {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/4/4b/Grid_layout_Brewing_Arrow.png);
  margin-right: 22px;
  height: 59px;
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/5/59/Grid_layout_Brewing_Arrow_%28In-active%29.png);
}
.mcui-Brewing_Stand > .mcui-paths {
  background: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/8/82/Grid_layout_Brewing_Paths.png) no-repeat;
  position: relative;
  width: 60px;
  height: 50px;
  margin: -32px 0 -16px 112px;
  z-index: 1;
}
.mcui-Brewing_Stand .mcui-output {
  margin-left: 78px;
}
.mcui-Brewing_Stand .mcui-output .invslot {
  background-image: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/5/59/Grid_layout_Brewing_Empty.png);
}
.mcui-Brewing_Stand .mcui-output2 {
  margin: 14px 10px 0;
}
.navbox {
  background: #fff;
  border: 1px solid #ccc;
  margin: 1em auto 0;
  clear: both;
  width: 100%;
}
.navbox table {
  background: #fff;
  margin-left: -4px;
  margin-right: -2px;
}
.navbox table:first-child {
  margin-top: -2px;
}
.navbox table:last-child {
  margin-bottom: -2px;
}
.navbox .navbox-top {
  white-space: nowrap;
  background-color: #ccc;
  padding: 0 3px;
  text-align: center;
}
.navbox-navbar,
.navbox-navbar-mini {
  float: left;
  font-size: 80%;
}
.navbox-title {
  padding: 0 10px;
  font-size: 110%;
}
.navbox th {
  background-color: #eee;
  padding: 0 10px;
  white-space: nowrap;
  text-align: right;
}
.navbox td {
  width: 100%;
  padding: 0 0 0 2px;
}
.loadbox-navbox {
  padding: 2px !important;
  margin: 1em 0 0 !important;
  clear: both;
}
#content .loadbox-navbox > p {
  background-color: #ccc;
  text-align: center;
  margin: 0;
  padding: 0 3px;
}
.loadbox-navbox > p > b {
  font-size: 110%;
}
.loadbox-navbox .navbox {
  margin: 0 -2px -2px;
  border: 0;
}
.loadbox-navbox > .load-page-content > .mw-parser-output > .navbox > tbody > tr:first-child {
  display: none;
}
.hatnote {
  font-style: italic;
}
.hatnote i {
  font-style: normal;
}
div.hatnote {
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
  margin-top: -0.5em;
}
.client-js #editform {
  overflow: hidden;
}
.client-js .mw-editform > #wpTextbox1 {
  margin-top: 73px;
}
.mw-editform .wikiEditor-ui-top {
  min-height: 72px;
}
.collapsible.collapsed > .collapsible-content,
.collapsible.collapsed > tbody + tbody > tr:first-child,
.collapsible.collapsed > tbody > tr:not(:first-child),
.collapsible.collapsed > tfoot > tr,
.collapsible.collapsed > thead + tbody > tr:first-child,
.collapsible.collapsed > tr:not(:first-child) {
  display: none;
}
.collapsetoggle {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  float: right;
  text-align: right;
  margin-left: 0.8em;
}
.collapsetoggle-left > * > .collapsetoggle,
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.collapsetoggle-left > tr > * > .collapsetoggle {
  float: left;
  text-align: left;
  margin-right: 0.8em;
  margin-left: 0;
}
.collapse-button-none > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > .collapsetoggle,
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > tr > * > .collapsetoggle {
  float: none;
  text-align: left;
}
.collapsetoggle-custom {
  visibility: hidden;
}
.alternatecells:nth-child(odd) {
  background-color: #f9f9f9;
}
.alternaterows tr:nth-child(even),
.infobox-rows tr:nth-child(even) {
  background-color: #f9f9f9;
}
.mcwiki-header {
  background: #729fcf;
  border: 1px solid #ccc;
  border-bottom: 4px groove #999;
  border-right: 4px groove #999;
  padding: 5px;
}
#siteNotice #localNotice,
#siteNotice .globalNotice,
.mw-body-content#siteNotice,
.page-MediaWiki_Sitenotice .mw-content-ltr > p {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  margin-bottom: 12px;
  text-align: center;
}
#siteNotice .mw-dismissable-notice .mw-dismissable-notice-close {
  margin-right: 8px;
}
@font-face {
  font-family: Minecraft;
  src: url(https://minecraft.fandom.com/media/hydra/fonts/minecraft.eot#iefix), url(https://minecraft.fandom.com/media/hydra/fonts/minecraft.woff) format("woff"), url(https://minecraft.fandom.com/media/hydra/fonts/minecraft.ttf) format("truetype");
}
@font-face {
  font-family: Minecraft-ru;
  src: local(Minecraft-ru), local(Minecraft-ru), url(https://minecraft.fandom.com/media/hydra/fonts/minecraft-ru.ttf) format("truetype");
}
.collapsible.collapsed > tbody > tr,
.collapsible.collapsed > tr {
  display: none;
}
.collapsible.collapsed > tbody > tr:first-child,
.collapsible.collapsed > tr:first-child {
  display: table-row;
}
.collapsible.collapsed > thead + tbody > tr:first-child {
  display: none;
}
.suggestions {
  margin-top: -29px !important;
}
.jslink {
  color: #0645ad;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.jslink:hover {
  text-decoration: underline;
  cursor: pointer;
}
.jslink:active {
  color: #faa700;
}
#mw-content-text .hlist ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#mw-content-text .hlist li {
  display: inline;
}
#mw-content-text .hlist li:not(:last-child) {
  padding-right: 0.286em;
}
#mw-content-text .hlist li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.286em;
  bottom: 0.214em;
  background-color: #000;
  height: 3px;
  width: 3px;
}
#mw-content-text .hlist li li:first-child::before {
  content: "(";
  font-weight: 400;
}
#mw-content-text .hlist li li:last-child::after {
  content: ")";
  font-weight: 400;
}
#mw-content-text .hlist li li li {
  font-size: x-small;
}
.animated > :not(.active):not(.skip),
.paused > :not(.active):not(.skip) {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.noscript {
  display: none;
}
* {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.list-style-none ol,
.list-style-none ul {
  list-style: none;
  margin-left: 0;
}
.dablink {
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-style: italic;
}
.treeview {
  margin-top: 0.3em;
}
.treeview li,
.treeview ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.treeview li {
  display: table;
}
.treeview li li {
  position: relative;
  padding-left: 13px;
  margin-left: 7px;
  border-left: 1px solid #636363;
}
.treeview li li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #636363;
}
.treeview li li.first::before {
  border-color: #636363;
  border-style: solid;
  border-width: 1px 0 0 1px;
  height: 100%;
  margin-top: 11px;
  width: 10px;
}
.treeview li li.first,
.treeview li li:last-child {
  border: 0;
  padding-left: 14px;
}
.treeview li li:last-child::before {
  border-left: 1px solid #636363;
  width: 10px;
}
.toc-hidelevel2 .toclevel-1 ul,
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-3 ul,
.toc-nonumbers .tocnumber {
  display: none;
}
#p-logo {
  margin-bottom: 0;
}
#content a.external[href^="//minecraft.fandom.com/ru"],#content a.external[href^="http://minecraft.fandom.com/ru"],#content a.external[href^="https://minecraft.fandom.com/ru"]
{
  background: 0 0;
  padding-right: 0;
}
.edition-group .edition-box {
  flex: 17.4em;
}
.edition-boxes p {
  margin: 0 !important;
}
.edition-box > div {
  margin: 0.4em auto;
}
.thumb .schematic {
  margin: auto;
}
table.schematic {
  border-collapse: collapse;
  font-size: 32px;
}
span.schematic {
  display: inline-block;
  font-size: 32px;
}
table.schematic td {
  vertical-align: top;
}
span.schematic,
table.schematic td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
span.schematic,
table.schematic td > div {
  position: relative;
}
span.schematic .sprite,
span.schematic .text,
table.schematic td > div .sprite,
table.schematic td > div .text {
  position: absolute;
  left: 0;
}
.schematic .text {
  line-height: 1.5em;
  font-size: 75%;
  width: 100%;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 2px #fff;
}
#minetip-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #100010;
  background-color: rgba(16, 0, 16, 0.94);
  color: #fff;
  padding: 0.375em;
  font-family: Minecraft-ru, sans-serif;
  font-size: 16px;
  word-spacing: 4px;
  white-space: nowrap;
  line-height: 1em;
  text-shadow: 0.125em 0.125em 0 #3f3f3f;
  margin: 0.125em 0.25em;
  pointer-events: none;
  z-index: 9999;
}
#minetip-tooltip::before {
  content: "";
  position: absolute;
  top: 0.125em;
  right: -0.125em;
  bottom: 0.125em;
  left: -0.125em;
  border: 0.125em solid #100010;
  border-style: none solid;
  border-color: rgba(16, 0, 16, 0.94);
}
#minetip-tooltip::after {
  content: "";
  position: absolute;
  top: 0.125em;
  right: 0;
  bottom: 0.125em;
  left: 0;
  border: 0.125em solid #2d0a63;
  border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
  border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}
#minetip-tooltip > .minetip-title > .minetip-lowtitle {
  color: #aaa;
  text-shadow: 0.125em 0.125em 0 #2a2a2a;
  font-style: italic;
  font-size: 12px;
}
#minetip-tooltip > .description,
#minetip-tooltip > .minetip-description {
  display: block;
  margin-top: 0.25em;
}
#minetip-tooltip > .minetip-description > .minetip-modinfo {
  color: #55f;
  text-shadow: 0.125em 0.125em 0 #15153f;
  font-style: italic;
  font-size: 12px;
}
.format-0 {
  color: #000;
  text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
  color: #00a;
  text-shadow: 0.125em 0.125em 0 #00002a;
}
.format-2 {
  color: #0a0;
  text-shadow: 0.125em 0.125em 0 #002a00;
}
.format-3 {
  color: #0aa;
  text-shadow: 0.125em 0.125em 0 #002a2a;
}
.format-4 {
  color: #a00;
  text-shadow: 0.125em 0.125em 0 #2a0000;
}
.format-5 {
  color: #a0a;
  text-shadow: 0.125em 0.125em 0 #2a002a;
}
.format-6 {
  color: #fa0;
  text-shadow: 0.125em 0.125em 0 #2a2a00;
}
.format-7 {
  color: #aaa;
  text-shadow: 0.125em 0.125em 0 #2a2a2a;
}
.format-8 {
  color: #555;
  text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
  color: #55f;
  text-shadow: 0.125em 0.125em 0 #15153f;
}
.format-a {
  color: #5f5;
  text-shadow: 0.125em 0.125em 0 #153f15;
}
.format-b {
  color: #5ff;
  text-shadow: 0.125em 0.125em 0 #153f3f;
}
.format-c {
  color: #f55;
  text-shadow: 0.125em 0.125em 0 #3f1515;
}
.format-d {
  color: #f5f;
  text-shadow: 0.125em 0.125em 0 #3f153f;
}
.format-e {
  color: #ff5;
  text-shadow: 0.125em 0.125em 0 #3f3f15;
}
.format-l {
  font-weight: 700;
  letter-spacing: 0.125em;
}
.format-m {
  text-decoration: line-through;
}
.format-n {
  text-decoration: underline;
}
.format-o {
  font-style: italic;
}
.layered-blueprint {
  position: relative;
}
.layered-blueprint-radio {
  display: none;
}
.layered-blueprint-tab {
  display: inline-block;
  cursor: pointer;
  margin-left: 100%;
  border-left: 4px solid #252525;
  padding: 0.2em 0.5em;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layered-blueprint-tab:hover {
  color: #80b640;
}
.layered-blueprint-radio:checked + .layered-blueprint-tab {
  color: #80b640;
  border-left-color: #80b640;
}
@-webkit-keyframes layered-blueprint-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes layered-blueprint-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.layered-blueprint-layer {
  position: absolute;
  top: 0;
  background-color: rgba(230, 239, 244, 0.6);
  width: 100%;
  height: 100%;
  -webkit-animation: layered-blueprint-fade-in 0.2s;
  animation: layered-blueprint-fade-in 0.2s;
}
@-webkit-keyframes layered-blueprint-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes layered-blueprint-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
  visibility: hidden;
  -webkit-animation: layered-blueprint-fade-out 0.2s;
  animation: layered-blueprint-fade-out 0.2s;
}
#userButtons {
  background-color: transparent;
  border: 1px solid #76ff76;
  font-size: 95%;
  width: 100%;
  border-collapse: collapse;
  color: #000;
  margin: 1px 0 1em;
}
#userButtons tr th,
table#userButtons * tr th {
  background-color: #bfb;
  border: 1px solid #76ff76;
  font-size: 95%;
  padding: 2px;
  text-align: center;
}
#userButtons tr td,
table#userButtons * tr td {
  border: 1px solid #76ff76;
  padding: 5px;
}
#userButtons tr td p,
table#userButtons * tr td p {
  margin-top: 0;
  margin-bottom: 0;
}
#userButtons.collapsible tr th,
table#userButtons.collapsible * tr th {
  padding-left: 6.5em;
}
.editOptions {
  padding-bottom: 0;
  margin-bottom: 0;
}
#userButtons * hr {
  background-color: #76ff76;
  width: 100%;
  float: left;
}
.userButtonsAddons {
  border: 1px dotted #aaa !important;
  padding: 2px;
  font-size: 95%;
  background-color: transparent !important;
  width: 49%;
  border-collapse: collapse;
  color: #000;
  margin: 1em 0;
}
.userButtonsAddons * td,
.userButtonsAddons * th {
  border: 1px dotted #aaa !important;
  padding: 2px;
  background-color: transparent !important;
  padding: 0.2em;
}
.userButtonsAddons * th {
  text-align: center;
}
.ns-talk * .userButtons-subject {
  display: none;
}
.ns-subject * #userButtonsSignature,
.ns-subject * .userButtons-talk {
  display: none;
}
.page-Minecraft_Wiki_Запросы_к_администраторам * .userButtons-subject {
  display: none !important;
}
.page-Minecraft_Wiki_Запросы_к_администраторам * #userButtonsSignature,
.page-Minecraft_Wiki_Запросы_к_администраторам * .userButtons-talk {
  display: block !important;
}
.mw-apisandbox-fullscreen #mw-apisandbox-ui {
  z-index: 1002;
}
.menu * #ca-unwatch * a,
.menu * #ca-unwatch * a:focus,
.menu * #ca-watch * a,
.menu * #ca-watch * a:focus {
  background-image: none !important;
  padding: 0.5em !important;
  height: 16px !important;
  width: auto !important;
}
body.page-Заглавная_страница #ca-delete,
body.page-Заглавная_страница #ca-move,
body.page-Заглавная_страница #catlinks,
body.page-Заглавная_страница #footer-info-lastmod,
body.page-Заглавная_страница #n-mainpage-description {
  display: none !important;
}
.ns-6 #file img {
  max-width: 100%;
  height: auto;
}
.soundsTable {
  overflow-x: auto;
  display: block;
}
#upload_container {
  margin-top: -1px;
}
#upload_div {
  margin: 0;
  width: auto;
  border-width: 1px 0;
  box-shadow: none;
}
.wikiEditor-ui-top {
  border: 0 !important;
}
.wikiEditor-ui-toolbar {
  border-bottom: 1px solid silver;
}
@media screen and (max-width: 720px) {
  #mw-head {
    top: 13px;
  }
  div#p-search form {
    background: 0 0;
    border: none;
    margin: 0;
  }
  div#p-search form::after,
  div#p-search form::before {
    border: none;
  }
  div#simpleSearch::before {
    border-left-color: transparent;
  }
  div#simpleSearch::after {
    border-top-color: transparent;
  }
}
.col-1-left td:nth-child(1),
.col-2-left td:nth-child(2),
.col-3-left td:nth-child(3),
.col-4-left td:nth-child(4),
.col-5-left td:nth-child(5),
.col-6-left td:nth-child(6),
.col-7-left td:nth-child(7),
.col-8-left td:nth-child(8),
.col-9-left td:nth-child(9) {
  text-align: left;
}
:root {
  --custom-background-blue: hsl(215, 75%, 90%);
  --custom-background-blue-highlight: hsl(215, 75%, 92%);
  --custom-background-green: hsl(120, 75%, 90%);
  --custom-background-green-highlight: hsl(120, 75%, 92%);
  --custom-background-grey: hsl(0, 0%, 90%);
  --custom-background-magenta: hsl(310, 75%, 90%);
  --custom-background-magenta-highlight: hsl(310, 75%, 92%);
  --custom-background-orange: hsl(40, 75%, 90%);
  --custom-background-orange-highlight: hsl(40, 75%, 92%);
  --custom-background-purple: hsl(260, 75%, 90%);
  --custom-background-purple-highlight: hsl(260, 75%, 92%);
  --custom-background-red: hsl(0, 75%, 90%);
  --custom-background-red-highlight: hsl(0, 75%, 92%);
  --custom-background-yellow: hsl(60, 75%, 90%);
  --custom-background-yellow-highlight: hsl(60, 75%, 92%);
  --custom-border-blue: hsl(215, 25%, 65%);
  --custom-border-blue-highlight: hsl(215, 50%, 68%);
  --custom-border-green: hsl(120, 25%, 65%);
  --custom-border-green-highlight: hsl(120, 50%, 68%);
  --custom-border-grey: hsl(0, 0%, 65%);
  --custom-border-magenta: hsl(310, 25%, 65%);
  --custom-border-magenta-highlight: hsl(310, 50%, 68%);
  --custom-border-orange: hsl(40, 25%, 65%);
  --custom-border-orange-highlight: hsl(40, 50%, 68%);
  --custom-border-purple: hsl(260, 25%, 65%);
  --custom-border-purple-highlight: hsl(260, 50%, 68%);
  --custom-border-red: hsl(0, 25%, 65%);
  --custom-border-red-highlight: hsl(0, 50%, 68%);
  --custom-border-yellow: hsl(60, 25%, 65%);
  --custom-border-yellow-highlight: hsl(60, 50%, 68%);
  --custom-main-page-background: #fcfcfc;
  --custom-main-page-border: #ccc;
  --custom-main-page-edition-subheader: #333;
  --custom-table-background: #f8f9fa;
  --custom-table-alternate-background: #f0f1f2;
  --custom-table-header-background: #eaecf0;
}
body.theme-fandomdesktop-light {
  --theme-alert-color: #ba1231;
  --theme-body-text-color: #242424;
  --theme-body-text-color--hover: #3a3a3a;
  --theme-sticky-nav-background-color: #1e1e1e;
  --theme-sticky-nav-text-color: #f6f6f6;
  --theme-sticky-nav-text-color--hover: #c5dfe2;
  --theme-accent-color: #36c;
  --theme-accent-color--rgb: 51, 102, 204;
  --theme-accent-color--hover: #447ff5;
  --theme-accent-label-color: #fff;
  --theme-page-background-color--secondary: #f8f9fa;
  --mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/1/17/Light_background_clouds_distance2.png?format=original);
  --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/4/42/Light_background_grass.png?format=original);
  --mcw-snow-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/6/64/Light_background_snowy_grass.png?format=original);
  --mcw-snowfall: url(https://minecraft.fandom.com/media/8/84/Winter-snow-background.gif);
  --mcw-header-background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, #e3e3e3 168px, #cbd9e7 210px, #8dbde9 268px);
  --mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/bc/Light_background_deepslate.png?format=original);
  --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/b8/Light_background_deepslate_transition.png?format=original);
}
body.theme-fandomdesktop-dark {
  --theme-alert-color: #f1748b;
  --custom-background-blue: hsl(215, 25%, 8%);
  --custom-background-blue-highlight: hsl(215, 25%, 12%);
  --custom-background-green: hsl(120, 25%, 8%);
  --custom-background-green-highlight: hsl(120, 25%, 12%);
  --custom-background-grey: hsl(0, 0%, 8%);
  --custom-background-magenta: hsl(310, 25%, 8%);
  --custom-background-magenta-highlight: hsl(310, 25%, 12%);
  --custom-background-orange: hsl(40, 25%, 8%);
  --custom-background-orange-highlight: hsl(40, 25%, 12%);
  --custom-background-purple: hsl(260, 25%, 8%);
  --custom-background-purple-highlight: hsl(260, 25%, 12%);
  --custom-background-red: hsl(0, 25%, 8%);
  --custom-background-red-highlight: hsl(0, 25%, 12%);
  --custom-background-yellow: hsl(60, 25%, 8%);
  --custom-background-yellow-highlight: hsl(60, 25%, 12%);
  --custom-border-blue: hsl(215, 15%, 36%);
  --custom-border-blue-highlight: hsl(215, 50%, 30%);
  --custom-border-green: hsl(120, 15%, 36%);
  --custom-border-green-highlight: hsl(120, 50%, 30%);
  --custom-border-grey: hsl(0, 0%, 36%);
  --custom-border-magenta: hsl(310, 15%, 36%);
  --custom-border-magenta-highlight: hsl(310, 50%, 30%);
  --custom-border-orange: hsl(40, 15%, 36%);
  --custom-border-orange-highlight: hsl(40, 50%, 30%);
  --custom-border-purple: hsl(260, 15%, 36%);
  --custom-border-purple-highlight: hsl(260, 50%, 30%);
  --custom-border-red: hsl(0, 15%, 36%);
  --custom-border-red-highlight: hsl(0, 50%, 30%);
  --custom-border-yellow: hsl(60, 15%, 36%);
  --custom-border-yellow-highlight: hsl(60, 50%, 30%);
  --custom-main-page-background: #202125;
  --custom-main-page-border: #2e2e2e;
  --custom-main-page-edition-subheader: #ddd;
  --custom-table-background: #131313;
  --custom-table-alternate-background: #1a1a1a;
  --custom-table-header-background: #363636;
  --theme-body-text-color: #eee;
  --theme-body-text-color--hover: #ccc;
  --theme-sticky-nav-background-color: #1f2737;
  --theme-sticky-nav-text-color: #f6f6f6;
  --theme-sticky-nav-text-color--hover: #c5dfe2;
  --theme-page-background-color: #171819;
  --theme-link-color: #a0c9fe;
  --theme-link-color--rgb: 160, 201, 254;
  --theme-link-color--hover: #7e8eff;
  --theme-link-label-color: #0e191a;
  --theme-accent-color: #1f2737;
  --theme-accent-color--rgb: 31, 39, 55;
  --theme-accent-color--hover: #25324e;
  --theme-accent-label-color: #fff;
  --theme-page-background-color--secondary: #181d23;
  --theme-border-color: #3a3a3a;
  --mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/5/5b/Dark_background_stars.png?format=original);
  --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/b5/Dark_background_grass_base.png?format=original);
  --mcw-header-background: var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, #0e0e0f 168px, #090913 210px, #06050f 268px);
  --mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/a/a8/Dark_background_deepslate.png?format=original);
  --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/bc/Dark_background_deepslate_transition.png?format=original);
}
body.ns-10000.theme-fandomdesktop-light,
body.ns-10001.theme-fandomdesktop-light,
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-light {
  --theme-page-background-color: #f2eee7;
  --theme-page-background-color--secondary: #fff6e4;
  --theme-accent-color: #c86e10;
  --theme-accent-color--rgb: 200, 110, 16;
  --theme-accent-color--hover: #cc7820;
  --theme-sticky-nav-background-color: #c86e10;
  --theme-sticky-nav-text-color--hover: #f2e5b2;
  --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/3/33/Dungeons_Wiki.png?format=original);
  --mcw-site-name: "Minecraft Dungeons Wiki";
  --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/1/1e/Light_background_grass_dungeons.png?format=original);
  --mcw-header-background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, #f7f7f7 168px, #ffedb4 210px, #ffc685 268px);
}
body.ns-10000.theme-fandomdesktop-dark,
body.ns-10001.theme-fandomdesktop-dark,
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-dark {
  --theme-page-background-color: #1a1715;
  --theme-page-background-color--secondary: #2d251f;
  --theme-accent-color: #3a2916;
  --theme-accent-color--rgb: 58, 41, 22;
  --theme-accent-color--hover: #3e2f1e;
  --theme-sticky-nav-background-color: #3a2916;
  --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/3/33/Dungeons_Wiki.png?format=original);
  --mcw-site-name: "Minecraft Dungeons Wiki";
  --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/29/Dark_background_grass_dungeons.png?format=original);
  --mcw-header-background: var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, #0d0805 168px, #0d0b06 210px, #030306 268px);
}
body.ns-10002.theme-fandomdesktop-light,
body.ns-10003.theme-fandomdesktop-light,
body.rootpage-Minecraft_Earth.theme-fandomdesktop-light {
  --theme-page-background-color: #e5edff;
  --theme-page-background-color--secondary: #f1f5ff;
  --theme-accent-color: #2783ae;
  --theme-accent-color--rgb: 39, 131, 174;
  --theme-accent-color--hover: #2783ae;
  --theme-sticky-nav-background-color: #2783ae;
  --theme-sticky-nav-text-color--hover: #b2c4f2;
  --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/7/70/Earth_Wiki.png?format=original);
  --mcw-site-name: "Minecraft Earth Wiki";
  --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/85/Light_background_grass_earth.png?format=original);
  --mcw-header-background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, #f7f7f7 168px, #b40000 210px, #710000 268px);
}
body.ns-10002.theme-fandomdesktop-dark,
body.ns-10003.theme-fandomdesktop-dark,
body.rootpage-Minecraft_Earth.theme-fandomdesktop-dark {
  --theme-page-background-color: #14151a;
  --theme-page-background-color--secondary: #1a1f2a;
  --theme-accent-color: #0f242e;
  --theme-accent-color--rgb: 15, 36, 46;
  --theme-accent-color--hover: #182c36;
  --theme-sticky-nav-background-color: #0f242e;
  --theme-sticky-nav-text-color--hover: #b2c4f2;
  --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/7/70/Earth_Wiki.png?format=original);
  --mcw-site-name: "Minecraft Earth Wiki";
  --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/23/Dark_background_grass_earth.png?format=original);
  --mcw-header-background: var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, #07090f 168px, #05050b 210px, #05050d 268px);
}
.ns-10000 .fandom-community-header__image img,
.ns-10001 .fandom-community-header__image img,
.ns-10002 .fandom-community-header__image img,
.ns-10003 .fandom-community-header__image img,
.rootpage-Minecraft_Dungeons .fandom-community-header__image img,
.rootpage-Minecraft_Earth .fandom-community-header__image img {
  padding: 50px 60px;
}
.ns-10000 .fandom-community-header__image,
.ns-10001 .fandom-community-header__image,
.ns-10002 .fandom-community-header__image,
.ns-10003 .fandom-community-header__image,
.rootpage-Minecraft_Dungeons .fandom-community-header__image,
.rootpage-Minecraft_Earth .fandom-community-header__image {
  background-image: var(--mcw-logo);
  background-repeat: no-repeat;
  background-size: 120px;
}
@media screen and (max-width: 1279px) {
  .ns-10000 .fandom-community-header__image img,
  .ns-10001 .fandom-community-header__image img,
  .ns-10002 .fandom-community-header__image img,
  .ns-10003 .fandom-community-header__image img,
  .rootpage-Minecraft_Dungeons .fandom-community-header__image img,
  .rootpage-Minecraft_Earth .fandom-community-header__image img {
    padding: 41px 50px;
  }
  .ns-10000 .fandom-community-header__image,
  .ns-10001 .fandom-community-header__image,
  .ns-10002 .fandom-community-header__image,
  .ns-10003 .fandom-community-header__image,
  .rootpage-Minecraft_Dungeons .fandom-community-header__image,
  .rootpage-Minecraft_Earth .fandom-community-header__image {
    background-image: var(--mcw-logo);
    background-repeat: no-repeat;
    background-size: 100px;
  }
}
.ns-10000 .fandom-sticky-header__logo img,
.ns-10001 .fandom-sticky-header__logo img,
.ns-10002 .fandom-sticky-header__logo img,
.ns-10003 .fandom-sticky-header__logo img,
.rootpage-Minecraft_Dungeons .fandom-sticky-header__logo img,
.rootpage-Minecraft_Earth .fandom-sticky-header__logo img {
  padding: 20px;
}
.ns-10000 .fandom-sticky-header__logo,
.ns-10001 .fandom-sticky-header__logo,
.ns-10002 .fandom-sticky-header__logo,
.ns-10003 .fandom-sticky-header__logo,
.rootpage-Minecraft_Dungeons .fandom-sticky-header__logo,
.rootpage-Minecraft_Earth .fandom-sticky-header__logo {
  background-image: var(--mcw-logo);
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.ns-10000 .fandom-community-header__community-name,
.ns-10000 .fandom-sticky-header__sitename,
.ns-10001 .fandom-community-header__community-name,
.ns-10001 .fandom-sticky-header__sitename,
.ns-10002 .fandom-community-header__community-name,
.ns-10002 .fandom-sticky-header__sitename,
.ns-10003 .fandom-community-header__community-name,
.ns-10003 .fandom-sticky-header__sitename,
.rootpage-Minecraft_Dungeons .fandom-community-header__community-name,
.rootpage-Minecraft_Dungeons .fandom-sticky-header__sitename,
.rootpage-Minecraft_Earth .fandom-community-header__community-name,
.rootpage-Minecraft_Earth .fandom-sticky-header__sitename {
  text-indent: -9999px;
  line-height: 0;
}
.ns-10000 .fandom-community-header__community-name::after,
.ns-10000 .fandom-sticky-header__sitename::after,
.ns-10001 .fandom-community-header__community-name::after,
.ns-10001 .fandom-sticky-header__sitename::after,
.ns-10002 .fandom-community-header__community-name::after,
.ns-10002 .fandom-sticky-header__sitename::after,
.ns-10003 .fandom-community-header__community-name::after,
.ns-10003 .fandom-sticky-header__sitename::after,
.rootpage-Minecraft_Dungeons .fandom-community-header__community-name::after,
.rootpage-Minecraft_Dungeons .fandom-sticky-header__sitename::after,
.rootpage-Minecraft_Earth .fandom-community-header__community-name::after,
.rootpage-Minecraft_Earth .fandom-sticky-header__sitename::after {
  display: block;
  text-indent: 0;
  line-height: initial;
  content: var(--mcw-site-name);
}
html body.skin-fandomdesktop {
  background: var(--theme-body-background-image), var(--theme-body-background-color);
  background-position: 66px top;
  background-size: 40px;
  position: relative;
}
html body.skin-fandomdesktop:after {
  background: var(--mcw-deepslate);
  background-position: 66px top;
  background-size: 40px;
  background-clip: padding-box;
  border-top: 40px solid #f2000000;
  -o-border-image: var(--mcw-deepslate-transition) 56 0 0 0 round;
  border-image: var(--mcw-deepslate-transition) 56 0 0 0 round;
  content: "";
  min-width: 768px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: -3;
}
.fandom-community-header__background {
  background: var(--mcw-header-background);
  min-width: inherit;
  width: calc(100% - 66px);
  height: 305px;
  position: absolute;
  background-size: 160px !important;
  background-position: bottom left !important;
  background-repeat: repeat-x;
}
.fandom-community-header__background:before {
  background: var(--mcw-sky-base) right 6px repeat-x;
}
body.theme-fandomdesktop-dark .fandom-community-header__background:before {
  background-size: 250px;
}
.fandom-sticky-header {
  background: linear-gradient(0deg, rgba(var(--theme-accent-color--rgb), 0.1) 0, rgba(255, 255, 255, 0) 50%), var(--theme-body-background-image);
}
.WikiaBarWrapper .tools-menu > li > a:hover {
  color: var(--theme-sticky-nav-text-color--hover);
}
.fp-section {
  background-color: var(--custom-main-page-background);
  border-color: var(--custom-main-page-border);
}
.edition-box .edition-box-subheader {
  color: var(--custom-main-page-edition-subheader) !important;
}
.edition-box-java,
.edition-box-java .edition-box-header {
  background-color: var(--custom-background-green) !important;
  border-color: var(--custom-border-green) !important;
}
.edition-box-bedrock,
.edition-box-bedrock .edition-box-header {
  background-color: var(--custom-background-red) !important;
  border-color: var(--custom-border-red) !important;
}
.edition-box-dungeons,
.edition-box-dungeons .edition-box-header {
  background-color: var(--custom-background-yellow) !important;
  border-color: var(--custom-border-yellow) !important;
}
.edition-box-launcher,
.edition-box-launcher .edition-box-header {
  background-color: var(--custom-background-grey) !important;
  border-color: var(--custom-border-grey) !important;
}
.edition-box-education,
.edition-box-education .edition-box-header {
  background-color: var(--custom-background-blue) !important;
  border-color: var(--custom-border-blue) !important;
}
.edition-box-china,
.edition-box-china .edition-box-header {
  background-color: var(--custom-background-purple) !important;
  border-color: var(--custom-border-purple) !important;
}
body.theme-fandomdesktop-dark .main-page .mcwiki-header {
  background-image: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/0/0a/GrassBackgroundDark.png?cb=20210613130609&format=original) !important;
  border-top-color: #1c2828 !important;
  border-left: 1px solid #1c2828;
  border-right: 1px solid #1c2828;
  border-bottom: 1px solid #1c2828;
  color: #e8e8e8 !important;
}
body.ns-0.theme-fandomdesktop-dark .ubox,
body.ns-10000.theme-fandomdesktop-dark .ubox,
body.ns-10002.theme-fandomdesktop-dark .ubox,
body.theme-fandomdesktop-dark .ambox {
  background-color: #131313;
  border-color: #666;
}
.notaninfobox {
  border-color: var(--theme-border-color);
  background-color: var(--custom-table-background);
}
.notaninfobox .mcwiki-header {
  background-color: var(--custom-background-blue-highlight);
  border: 1px solid var(--theme-border-color);
}
.notaninfobox .mcwiki-header[style*="background:#77dd77"] {
  background-color: var(--custom-background-green-highlight) !important;
}
.notaninfobox .mcwiki-header[style*="background:#F4A460"] {
  background-color: var(--custom-background-orange-highlight) !important;
}
.notaninfobox .mcwiki-header[style*="background:#ff7f50"] {
  background-color: var(--custom-background-orange-highlight) !important;
}
.alternaterows tr:nth-child(2n),
.infobox-rows tr:nth-child(2n) {
  background-color: var(--custom-table-alternate-background);
}
.navbox,
.navbox table {
  background-color: var(--custom-table-background);
}
#content .loadbox-navbox > p,
.navbox .navbox-top,
.navbox th {
  background-color: var(--custom-table-header-background) !important;
}
.loadbox-navbox {
  border-color: var(--theme-border-color) !important;
  background-color: var(--custom-table-background) !important;
}
.documentation,
.documentation-header,
.documentation > div[style*="background-color:#EAF4F9"] {
  background-color: var(--custom-background-blue) !important;
  border-color: var(--custom-border-blue) !important;
}
span.schematic,
table.schematic td {
  border-color: var(--theme-border-color);
  background-color: var(--custom-table-background);
}
body.theme-fandomdesktop-light .tc-yes {
  background: #c6efce !important;
}
body.theme-fandomdesktop-dark .tc-yes {
  background: #29542c !important;
}
body.theme-fandomdesktop-light .tc-always {
  background: #5dcc5d !important;
}
body.theme-fandomdesktop-dark .tc-always {
  background: #3b533c !important;
}
body.theme-fandomdesktop-light .tc-no {
  background: #ffc7ce !important;
}
body.theme-fandomdesktop-dark .tc-no {
  background: #592c2c !important;
}
body.theme-fandomdesktop-light .tc-never {
  background: #ff8787 !important;
}
body.theme-fandomdesktop-dark .tc-never {
  background: #533b3b !important;
}
body.theme-fandomdesktop-light .tc-rarely {
  background: #fdce5e !important;
}
body.theme-fandomdesktop-dark .tc-rarely {
  background: #594f1e !important;
}
body.theme-fandomdesktop-light .tc-neutral {
  background: #ffeb9c !important;
}
body.theme-fandomdesktop-dark .tc-neutral {
  background: #5b573f !important;
}
body.theme-fandomdesktop-light .tc-partial {
  background: #ffd !important;
}
body.theme-fandomdesktop-dark .tc-partial {
  background: #3e3d31 !important;
}
body.theme-fandomdesktop-light .tc-planned {
  background: #dfdfff !important;
}
body.theme-fandomdesktop-dark .tc-planned {
  background: #242f2e !important;
}
body.theme-fandomdesktop-light .tc-unknown {
  background: #ccc !important;
}
body.theme-fandomdesktop-dark .tc-unknown {
  background: #364148 !important;
}
body.theme-fandomdesktop-light .tc-in {
  color: #fff;
  background: #040 !important;
}
body.theme-fandomdesktop-dark .tc-in {
  background: #06450a !important;
}
body.theme-fandomdesktop-light .tc-inem {
  color: #fff;
  background: #080 !important;
}
body.theme-fandomdesktop-dark .tc-inem {
  background: #266c29 !important;
}
body.theme-fandomdesktop-light .tc-out {
  color: #fff;
  background: #700 !important;
}
body.theme-fandomdesktop-dark .tc-out {
  background: #4a0a0a !important;
}
body.theme-fandomdesktop-light .tc-outem {
  color: #fff;
  background: #c00 !important;
}
body.theme-fandomdesktop-dark .tc-outem {
  background: #742a2a !important;
}
body.theme-fandomdesktop-light .tc-default {
  color: inherit !important;
  background: #fff !important;
}
body.theme-fandomdesktop-dark .tc-default {
  color: inherit !important;
  background: #373737 !important;
}
body.theme-fandomdesktop-light .tc-hyphen {
  background: #ffc7ce !important;
}
body.theme-fandomdesktop-dark .tc-hyphen {
  background: #352929 !important;
}
.gui,
.invslot,
.page-content .ubox-img {
  box-sizing: content-box;
}
.gui.gt-gui,
.gui.gt-gui-bronze {
  height: unset !important;
}
#msupload-dropzone,
.wikiEditor-ui-toolbar .page-characters div span {
  height: unset;
}
.wikitable th.history-head {
  background-color: #ddd;
}
body.theme-fandomdesktop-dark .wikitable th.history-head {
  background-color: #242424;
}
.msgbox-disambig {
  margin-bottom: 0;
}
body.theme-fandomdesktop-dark kbd.keyboard-key {
  background-color: #131313 !important;
  background-image: linear-gradient(#333, #131313, #333) !important;
  border-color: #666 !important;
}
.page-content #toc .toctitle {
  background-color: var(--custom-table-header-background);
}
.page-content #toc ul {
  background-color: var(--custom-table-background);
}
body.theme-fandomdesktop-dark .math-image,
body.theme-fandomdesktop-dark img[data-image-name="Android.svg"],
body.theme-fandomdesktop-dark img[data-image-name="AppleTVLogo.svg"],
body.theme-fandomdesktop-dark img[data-image-name="GearVR.svg"],
body.theme-fandomdesktop-dark img[data-image-name="IOS.svg"],
body.theme-fandomdesktop-dark img[data-image-name="IPadOS.svg"],
body.theme-fandomdesktop-dark img[data-image-name="MacOS (словесный знак).svg"],
body.theme-fandomdesktop-dark img[data-image-name="New Nintendo 3DS.svg"],
body.theme-fandomdesktop-dark img[data-image-name="PS3.svg"],
body.theme-fandomdesktop-dark img[data-image-name="PS4.svg"],
body.theme-fandomdesktop-dark img[data-image-name="PS5.svg"],
body.theme-fandomdesktop-dark img[data-image-name="PSVita.svg"],
body.theme-fandomdesktop-dark img[data-image-name="Playstation logo.svg"],
body.theme-fandomdesktop-dark img[data-image-name="Xbox Series.svg"] {
  filter: hue-rotate(180deg) invert(100%) saturate(0.6) brightness(2);
}
.reset-wrap,
.reset-wrap .nowrap {
  white-space: normal;
}
.ns-10000 #content,
.ns-10001 #content,
.ns-10002 #content,
.ns-10003 #content,
.rootpage-Minecraft_Dungeons #content,
.rootpage-Minecraft_Earth #content {
  background-color: unset;
}
#filetoc {
  border-color: var(--theme-border-color);
  background-color: var(--custom-table-background);
}
.jslink {
  color: var(--theme-link-color);
}
#mw-content-text .hlist li:not(:last-child)::after {
  background-color: var(--theme-page-text-color);
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
.stikitable > * > tr:first-child > th::after {
  left: unset;
  border-bottom: unset;
}
.ooui-theme-fandomooui .article-table,
.ooui-theme-fandomooui .wikitable {
  border-collapse: collapse;
  background-color: var(--custom-table-background);
}
.ooui-theme-fandomooui .wikitable > * > tr > th,
.ooui-theme-fandomooui .wikitable > tr > th {
  text-align: center;
  background-color: var(--custom-table-header-background);
}
.ooui-theme-fandomooui .article-table tr td,
.ooui-theme-fandomooui .article-table tr th,
.ooui-theme-fandomooui .wikitable tr td,
.ooui-theme-fandomooui .wikitable tr th {
  padding: 0.2em 0.4em;
}
.ooui-theme-fandomooui .article-table tr td:first-child,
.ooui-theme-fandomooui .article-table tr th:first-child,
.ooui-theme-fandomooui .wikitable tr td:first-child,
.ooui-theme-fandomooui .wikitable tr th:first-child {
  border: 1px solid var(--theme-border-color);
}
#content .gui,
#content .invslot {
  box-sizing: content-box;
}
.navbox,
.navbox table {
  border-collapse: separate;
  border-spacing: 2px;
}
#msupload-dropzone,
.wikiEditor-ui-toolbar .page-characters div span {
  height: unset;
}
.wikiEditor-ui-toolbar .page {
  margin-top: 0;
}
div.mw-history-subtitle {
  display: inline-block;
}
#mw-Protect-Form > fieldset,
#mw-abusefilter-editing-form > fieldset,
#mw-history-searchform > fieldset,
#mw-upload-form > fieldset,
.mw-special-Import fieldset,
.mw-special-MergeHistory fieldset,
.mw-special-Whatlinkshere fieldset {
  border: 1px solid #2a4b8d;
  margin: 1em 0;
  padding: 0 1em 1em;
}
#mw-Protect-Form > fieldset legend,
#mw-abusefilter-editing-form > fieldset legend,
#mw-history-searchform > fieldset legend,
#mw-upload-form > fieldset legend,
.mw-special-Import fieldset legend,
.mw-special-MergeHistory fieldset legend,
.mw-special-Whatlinkshere fieldset legend {
  padding: 0.5em;
}
.infobox-rows td,
.infobox-rows th {
  padding: 4px;
}
.page-content dl {
  margin: 0;
}
.wikiEditor-ui .oo-ui-toolbar-bar {
  padding: 0;
}
.wikiEditor-ui .ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
  padding: 16px 8px;
}
.mw-enhancedchanges-arrow-space {
  height: 19px;
}
.oo-ui-popupWidget-popup {
  padding: 0;
}
.mw-notification {
  background-color: var(--custom-background-grey);
  border-color: var(--custom-border-grey);
  color: var(--theme-page-text-color);
}
.mw-notification.mw-notification-type-warn {
  background-color: var(--custom-background-yellow-highlight);
  border-color: var(--custom-border-yellow-highlight);
}
.mw-notification.mw-notification-type-error {
  background-color: var(--custom-background-red-highlight);
  border-color: var(--custom-border-red-highlight);
}
body.theme-fandomdesktop-dark .postedit::after {
  filter: invert(100%);
}
.oo-ui-messageDialog-message {
  color: var(--theme-page-text-color);
}
.diff .diff-deletedline {
  background-color: var(--custom-background-red-highlight);
  border: 1px solid var(--custom-border-red-highlight);
}
.diff .diff-addedline {
  background-color: var(--custom-background-green-highlight);
  border: 1px solid var(--custom-border-green-highlight);
}
.notaninfobox {
  box-sizing: content-box;
}
.notaninfobox .infobox-rows {
  word-break: break-word;
}
.infobox-rows .hlist > span,
.infobox-rows li > span {
  white-space: normal !important;
  word-break: break-word;
}
.article-table tr td,
.wikitable tr td {
  text-align: inherit;
}
.ooui-theme-fandomooui .mw-rcfilters-ui-savedLinksListWidget-menu {
  margin: 0;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey td:not(:nth-child(-n + 2)) {
  background-color: #22282a;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #153037;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #0e2e27;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #3d2d00;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #4c1900;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #420909;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #462605;
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 4)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n + 2)) {
  background-color: #343218;
}
body.theme-fandomdesktop-dark .mw-plusminus-pos {
  color: #19e519;
}
body.theme-fandomdesktop-dark .mw-plusminus-neg {
  color: #f76d6d;
}
body.theme-fandomdesktop-dark .mw-rcfilters-highlighted {
  color: var(--theme-page-text-color);
}
body.theme-fandomdesktop-dark .mw-rcfilters-highlighted a {
  color: var(--theme-link-color);
}
body.theme-fandomdesktop-dark .mw-rcfilters-highlighted a.new {
  color: var(--theme-alert-color);
}
body.theme-fandomdesktop-dark .unpatrolled {
  color: var(--theme-alert-color);
}
body.theme-fandomdesktop-dark .autocomment,
body.theme-fandomdesktop-dark .autocomment a,
body.theme-fandomdesktop-dark .autocomment a:visited {
  color: #92999d;
}
.fandom-community-header__local-navigation .first-level-item a {
  max-width: none;
}
