@charset "UTF-8";

.wrapper {
  max-width: 1600px;
  height: auto;
  margin: auto;
}

html {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  font-size: 1.2em;
  font-family: Helvetica Neue, Roboto, Verdana, sans-serif;
  color: rgba(34,34,34,1.00);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

body {
  height: 100%;
  margin: 0;
  color: rgba(36,37,39,1.00);
  line-height: 1.4;
  font-family: Helvetica Neue, Roboto, Verdana, sans-serif;
  background: rgba(249,249,249,1.00);
  overflow-y: scroll;
}

::selection {
  background: rgba(34,34,34,1.00) !important;
  color: rgba(255,255,255,1.00);
  text-shadow: none;
}

::-moz-selection {
  background: rgba(34,34,34,1.00) !important;
  color: rgba(255,255,255,1.00);
  text-shadow: none;
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 15px;
}

p:empty,
p:last-child {
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.ability-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  color: rgba(79,19,0,1.00);
  font-family: "Scala Sans Offc", Roboto, Helvetica, sans-serif;
}

.ability-block__stat {
  width: 30%;
  padding: 5px 0;
  text-align: center;
}

.ability-block__heading {
  font-weight: bold;
}

.ability-block__modifier {
  margin-left: 2px;
}

.mon-stat-block {
  position: relative;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid rgba(212,208,206,1.00);
  box-shadow: 0 0 5px rgba(151,154,164,1.00);
  background:
url("images/stat-block-top-texture.png") ,
url("images/background-texture.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat, repeat;
  font-family: "Scala Sans Offc", Roboto, Helvetica, sans-serif;
}

.mon-stat-block::before,
.mon-stat-block::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  left: -3px;
  height: 6px;
  background: url("images/mon-summary/stat-bar-book.png") center;
  background-size: 100% 100%;
}

.mon-stat-block::before {
  top: -3px;
}

.mon-stat-block::after {
  bottom: -3px;
}

.mon-stat-block__separator-img {
  max-width: 100%;
  min-height: 10px;
}

.mon-stat-block__header {
  line-height: 1.1;
}

.mon-stat-block__name {
  color: #822000;
  font-family: Helvetica Neue, Roboto, Verdana, sans-serif;
  font-weight: bold;
  font-size: 2em;
}

.mon-stat-block__meta {
  margin-bottom: 15px;
  font-style: italic;
}

.mon-stat-block__attribute {
  margin: 5px 0;
  color: rgba(130,32,0,1.00);
  line-height: 1.2;
}

.mon-stat-block__attribute-label {
  font-weight: bold;
}

.mon-stat-block__stat-block .ability-block {
  margin: 0;
  color: rgba(130,32,0,1.00);
}

.mon-stat-block__tidbit {
  margin: 5px 0;
  color: rgba(130,32,0,1.00);
  line-height: 1.2;
}

.mon-stat-block__tidbit-label {
  font-weight: bold;
}

.mon-stat-block__tidbit-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mon-stat-block__tidbit-spacer {
  width: 40px;
  min-width: 10px;
}

.mon-stat-block__description-blocks {
  margin-top: 20px;
}

.mon-stat-block__description-block-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(130,32,0,1.00);
  color: #822000;
  font-family: "Scala Sans Offc", Roboto, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

.mon-stat-block__description-block p {
  margin-bottom: 10px;
}

@media print, (min-width: 768px) {
  .ability-block__stat {
    width: 16.66667%;
  }

  .mon-stat-block {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media print {
  html,
  body {
    height: auto;
  }

  body {
    background: none !important;
  }

  .mon-stat-block {
    box-shadow: none;
    background: 0;
  }

  .mon-stat-block::before {
    border-top: 6px solid rgba(153,153,153,1.00);
  }

  .mon-stat-block::after {
    border-bottom: 6px solid rgba(153,153,153,1.00);
  }
}
