/* #fixed table content */
.ez-toc-title-container {
  cursor: pointer;
}

.ez-toc-title-toggle
{
  display: none !important;
}
.ez-toc-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 23px;
  background-image: url(./images/list-icon.png);
  background-size: 100%;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
  background-repeat: no-repeat;
}
div#ez-toc-container {
  padding: 10px 15px !important;
}

nav .ez-toc-list {
  margin: 10px 0 0 0 !important;
}

#ez-toc-container a {
  padding: 2px 0;
}

.fixed {
  position: fixed !important;
  top: 70px;
  z-index: 100;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15), 0 8px 16px 0 rgba(0,0,0,.05) !important;
  max-height: calc(75% - 40px) !important;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .fixed {
    top: 20px;
  }
}

.fixed nav {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

blockquote {
  /* border-color: #089CC4; */
}