.gitbook-link {
  display: none !important;
}
.page-inner {
  max-width: 1000px;
}
#book-search-input input,
#book-search-input input:hover {
  background: url(./search.png) no-repeat 10px 10px #fff !important;
  text-indent: 30px;
  border-radius: 15px !important;
  box-shadow: 2px 2px 2px 1px inset !important;
}

.markdown-section table {
  display: block;
}
.markdown-section table td {
  white-space: nowrap;
}

@keyframes xuanzhuan {
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
#anchor-navigation-ex-navbar .fa-anchor {
  animation: xuanzhuan 1.5s infinite;
}
