.navbar .navbar-inner{
  background: linear-gradient(90deg, #FCF2DF 0%, #FFEDBB 48%, #FFEED6 100%);
}

.navbar .brand {
  padding-top: 10px;
}

#docsSearch {
  background: #ffffff;
}

.sep:after {
  color:#252525;
}

#fullArticle blockquote, #fullArticle dd, #fullArticle div, #fullArticle li, #fullArticle ol, #fullArticle p, #fullArticle table, #fullArticle ul {
  font-size: 16px;
}

@media (min-width: 769px) {
  .category-list {
    display: flex;
    justify-content: center;
  }
  .category-list .category {
    width: 20%;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .category-list .category, .category-list.two-col .category {
    width: 43%;
  }
}

@media (max-width: 600px) {
  .category-list .category, .category-list.two-col .category {
    margin-bottom: 10px;
  }
}

.category-list .category {
  border-radius: 15px !important;
  background: #ffffff !important;
  color: #252525 !important;
  border: 1px solid #cbcbcb;
}

.category-list .category:hover {
  background: #FCF2DF !important;
}

.category h3 {
  color: #252525 !important;
}

.category p {
  color: #252525 !important;
}

#sidebar .nav-list a {
  font-size: 1.3em;
  color: #646464;
}

.icon-article-doc {
  display: none;
}

.most-pop-articles {
  max-width: initial;
}