
/* logo style */
.app-name-link {
  position: relative;
  display: block;
  margin: 0 15px 25px;
}

.app-name-link img {
  position: relative;
  display: block;
}

/* make table 100% width */
table {
  display: table!important;
}

/* headlines */
.markdown-section h2 {
  font-size: 1.75rem;
  margin: 60px 0 .8rem;
}

/* home page */
body[data-page="_home.md"] .docsify-pagination-container { display: none; }
.button {
  border: 1px solid var(--theme-color, #42b983);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--theme-color, #42b983);
  display: inline-block;
  font-size: 1.05rem;
  letter-spacing: .1rem;
  margin: 1.5rem 0;
  padding: .75em 1.5rem;
  text-decoration: none;
  transition: all .15s ease;
}

.button:hover {
  color: #fff;
  background: var(--theme-color, #42b983);
}

/* sidebar toggle */
@media all and (min-width: 768px) {
  .sidebar-toggle { display: none; }
}

.sidebar-toggle {
  left: auto !important;
  bottom: auto !important;
  right: 5px;
  top: 15px;
  background-color: #474D50 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  padding: 0!important;
}

.sidebar-toggle-button {
  position: relative;
  display: block;
  left: 12px;
  top: 2px;
}

.sidebar-toggle span {
  margin-bottom: 3px;
}