.block, .block-small {
  display: block;
  text-align: center;
}

.wrapper {
  border: 4px solid;
  border-color: rgb(231, 161, 38);
  padding: 4px;
  background-color: white;
  display: inline-block;
  margin: 4px 0;
  text-align: center;
  text-decoration: none;
  color: black;
}

.wrapper:hover {
  cursor: pointer;
  border-color: gray;
}

.wrapper img {
  display: block;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
}

.block img {
width: 128px;
height: 128px;
}

.block-small img {
 width: 64px;
 height: 64px;
 }

.block-small .label {
  display: none;
}

#character-data {
  max-width: 600px;
  margin: auto;
  padding: 4px;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
}

.fancy-table .value {
  width: 10%;
  word-break: break-all;
  word-wrap: break-word;
  display: table-cell;
  text-align: center;
}

.fancy-table .name {
  width: 30%;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  overflow-y: none;
}

#voc-data {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 4px;
  text-align: left;
}

#voc-image {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-size: cover;
  position: relative;
}

.voc-info {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  padding: 5px;
}

.info-img {
  vertical-align:middle;
}
.info-row {
  vertical-align: middle;
}

.file {
    width: 294px;
    height: 280px;
    margin-left: 50%;
    transform: translateX(-50%);
}
