.button_icon_simple {
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-size: contain;
  opacity: 0.7;
}
.button_icon_simple:active {
  opacity: 0.5;
}
.button_icon_simple:hover {
  opacity: 1;
}
.result .image {
  height: 6em;
}
@media screen and (max-width: 736px) {
  .result .image {
    height: 8em;
  }
}
.rows_container {
  margin-bottom: 2em;
}
.rows_container .icon_link {
  margin-left: 0.4em;
}
.rows_container .icon_link_after {
  margin-left: unset;
}
.rows_container .icon_link_after:after {
  margin-left: 0.4em;
}
.rows_container .type_row {
  display: flex;
  margin-right: 1em;
}
.rows_container .type_wrapper {
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-variant: small-caps;
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
}
.rows_container .mint {
  padding-right: 1em;
}
.rows_container .mint_label {
  border-bottom: none;
  color: inherit;
}
.rows_container .type_label {
  font-size: 80%;
  align-self: end;
}
.rows_container .row_wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-top: 1em;
  display: flex;
  align-content: space-between;
  margin-left: 3em;
}
@media screen and (max-width: 625px) {
  .rows_container .row_wrapper {
    flex-direction: column-reverse;
  }
}
.rows_container .row_wrapper .legend_box {
  height: 1em;
  font-size: 100% !important;
}
.rows_container .row_wrapper .legend_box img {
  top: 0.2em;
}
.rows_container .row_wrapper .info_container {
  flex-grow: 1;
}
@media screen and (max-width: 736px) {
  .rows_container .row_wrapper .info_container {
    width: 100%;
  }
}
.rows_container .row_wrapper .img_container {
  text-align: right;
  flex-direction: row;
}
@media screen and (max-width: 736px) {
  .rows_container .row_wrapper .img_container {
    width: 100%;
    text-align: left;
  }
}
.rows_container .row_wrapper:last-child {
  border-bottom: none;
}
@media print {
  .form,
  nav,
  #form_container {
    display: none !important;
  }
  #header {
    padding: 0 !important;
  }
  #footer,
  #header,
  #export_data {
    display: none;
  }
  #wrapper {
    font-size: 50%;
    color: black !important;
  }
  a {
    color: black !important;
  }
  .term {
    color: black !important;
  }
  .coins_images {
    width: 10vw;
  }
  .type_container {
    display: inline-grid !important;
    grid-template-columns: auto 40% !important;
    grid-template-rows: auto auto !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  @page {
    size: 1200px 1692px;
  }
  .inner {
    max-width: 100% !important;
  }
  .inner .contracted-block {
    max-height: 10000px !important;
  }
  .inner .text-block-separator {
    display: none;
  }
  .inner .pagination {
    display: none;
  }
}
