.zDocsTopicPageBodyContent article.confluence-html > p,
.zDocsTopicPageBodyContent article.confluence-html > div.note,
.zDocsTopicPageBodyContent article.confluence-html > ul,
.zDocsTopicPageBodyContent article.confluence-html > ol {
  font-size: 16px !important;
}
.zDocsTopicPageBodyContent article.confluence-html > h7.transformed-h6 {
  font-size: 12px !important;
}

zDocsMyDocsPage .zDocsTopicPageBody .zDocsTopicPageBodyContent article code,
.zDocsTopicPage .zDocsTopicPageBody .zDocsTopicPageBodyContent article code {
  background-color: #e7fffb;
  color: #0a7e9e;
}

.zDocsSearchBoxSubmitButton button {
  background-color: #0a7e9e !important;
}
.zDocsTopicPageBodyContent {
  overflow-x: unset !important;
}

/* hide All Books */
div#navbarHead.zDocsNavigationMenu ul li.zDocsNavigationItem:nth-child(2) {
  display: none;
}

table {
  table-layout: auto;
  width: 100%;
  font-size: 14px;
}
thead tr {
  top: 145px;
  position: sticky;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  thead tr {
    top: 100px;
  }
}

thead tr th {
  background-color: #076b84;
}
thead tr th:nth-of-type(1) {
  min-width: 160px;
}
thead tr th:nth-of-type(2) {
  min-width: 120px;
}

iframe.youtube-player.conf-macro.output-block {
  width: 854px;
  height: 480px;
}

.zDocsToc .zDocsTocList li.current > .zDocsTocItemContainer a:visited,
.zDocsToc .zDocsTocList li.current > .zDocsTocItemContainer span:visited {
  color: #00b0a5 !important;
}

.miniTOC .linkList .linkItem .link.active {
  color: #00b0a5;
}

/* testing hovering over article titles */
h2.transformed-h1:hover {
  color: #076b84 !important;
}

/* support for top tiles on multiple lines*/
.zDocsCategoryBox.category_product {
  display: inline-block;
  max-width: 33.3%;
}
.zDocsHomeCategories .zDocsHomeCategoriesInner {
  display: block;
  width: 100%;
  flex-wrap: wrap !important;
}

.zDocsHomeCategories
  .zDocsHomeCategoriesInner
  .zDocsCategoryBox
  .zDocsCategoryBoxInner {
  min-height: 386px !important;
}

/* this reorderes the list of books in All Books */
ul.zDocsBundlesList {
  display: flex;
  flex-direction: column;
}
.zDocsHomeCategories .zDocsHomeCategoriesInner .zDocsCategoryBox:first-child .zDocsCategoryBoxInner .zDocsCategoryContent:first-child h5 { 
   display: block !important;
}
.zDocsHomeCategories .zDocsHomeCategoriesInner .zDocsCategoryBox:first-child .zDocsCategoryBoxInner .zDocsCategoryContent:first-child h5 a{ 
  color: #073C8C !important  ;
}

ul.zDocsBundlesList li:nth-child(1) {
  order: 5 !important;
}
ul.zDocsBundlesList li:nth-child(2) {
  order: 11 !important;
}
ul.zDocsBundlesList li:nth-child(3) {
  order: 1 !important;
}
ul.zDocsBundlesList li:nth-child(4) {
  order: 3 !important;
}
ul.zDocsBundlesList li:nth-child(5) {
  order: 9 !important;
}
ul.zDocsBundlesList li:nth-child(6) {
  order: 7 !important;
}
ul.zDocsBundlesList li:nth-child(7) {
  order: 6 !important;
}
ul.zDocsBundlesList li:nth-child(8) {
  order: 4 !important;
}
ul.zDocsBundlesList li:nth-child(9) {
  order: 13 !important;
}
ul.zDocsBundlesList li:nth-child(10) {
  order: 8 !important;
}
ul.zDocsBundlesList li:nth-child(11) {
  order: 12 !important;
}
ul.zDocsBundlesList li:nth-child(12) {
  order: 2 !important;
}
ul.zDocsBundlesList li:nth-child(13) {
  order: 10 !important;
}
