.main section article table td.name,
.main section article table td.type,
.main section article table td.attributes,
.main section article table td.default {
  max-width: 250px;
  padding: 0.5rem;
}

table tr:nth-child(odd) {
  background-color: #eee;
}

footer {
  display: flex;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

footer img {
  display: none;
}

.lnb {
  width: 250px;
}

#resizer {
  left: 250px;
}

#main {
  left: 250px;
}

@media screen and (max-width: 1400px) {
  h4 {
    font-size: 14px;
  }

  .lnb {
    width: 200px;
  }

  #resizer {
    left: 200px;
  }

  #main {
    left: 200px;
  }

  .main section article table td.name,
  .main section article table td.type,
  .main section article table td.attributes,
  .main section article table td.default {
    word-break: normal;
  }
}
