.dice_core {
  position: relative;
  top: 5px;
  right: 5px;
  max-width: 150px;
}

.character_name {
  font-size: 1.5rem;
}

.attribute_title {
  text-align: center;
}

.attribute {
  text-align: center;
}

.attribute-image {
  max-height: 70px;
}
.print-only {
  display: none;
}

.attributeSelectImage {
  max-height: 25px;
}

@media(print) {
  .page-break {
    page-break-after: always;
  }

  .print-only {
    display: block;
  }
}

.capitalize {
  text-transform: capitalize;
}

.used {
  position: absolute;
  bottom: 5px;
  left: 5px;
  transform: scale(0.75);
}

.used, .wounded {
  cursor: pointer;
}

.delete-top-right {
  position: absolute;
  top: 5px;
  right: 5px;
}

.edit-quirk {
  position: absolute;
  top: 5px;
  left: 5px;
}

.modal-footer > .delete {
  position: inherit;
}

.skill-wounded {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.add-skill-link,
.add-knack-link,
.add-quirk-link{
  font-size: 2rem;
}

.upgrade {
  font-size: 2rem;
}

.skill-stage-img {
  width: 40px;
}

.skill-name {
  text-transform: capitalize;
}

footer {
  background-color: rgba(0, 0, 0, 0.2);
}

.feat-die {
  position: relative;
  margin-right: -10px;
  z-index: 1000;
}

.feat {
  position: relative;
  margin-right: -10px;
}

.feat-0 {
  z-index: 900;
}

.feat-1 {
  z-index: 800;
}

.feat-2 {
  z-index: 700;
}

.feat-3 {
  z-index: 600;
}

.feat.last {
  margin-right: 0;
}
