.page-content {
  padding-bottom: 60px;
}
.page-content .content {
  margin-top: 30px;
}
.feature-content {
  color: #fff;
  background-color: #d8894a;
  width: 100%;
  min-height: 100px;
}
.feature-content .container {
  padding-top: 40px;
  padding-bottom: 35px;
  text-align: left;
}
.feature-content .container h1 {
  font-size: 36px;
}
.api-doc-nav {
  background-color: #f4f4f4;
  padding: 15px 0;
}
.api-doc-nav a {
  line-height: 30px;
  margin-right: 40px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .api-doc-nav a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .api-doc-nav a {
    display: block;
  }
}
.api-doc-nav a.active {
  color: #aaa;
}
.docs h1 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 32px;
  position: relative;
}
.docs h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 30px 0 20px 0;
}
.docs h3:first-of-type {
  padding: 10px 0 20px 0;
  position: relative;
}
.docs h2 {
  font-size: 28px;
  padding: 20px 0 10px 0;
  position: relative;
}
.docs h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
}
.toctree-wrapper .caption-text,
.side-menu .caption-text {
  font-family: 'Rokkitt', serif;
  font-size: 28px;
  padding: 20px 0 10px 0;
  position: relative;
  display: block;
}
.docs p {
  color: #555;
  padding-bottom: 10px;
  line-height: 1.8em;
}
.docs ul,
.docs ol {
  margin: 0 0 15px 28px !important;
}
.docs ul li,
.docs ol li {
  list-style-type: disc;
  padding-left: 6px;
  line-height: 24px;
  color: #555;
}
.docs ol li {
  list-style-type: decimal;
}
.docs code {
  color: #555;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.docs .intro {
  margin-bottom: 20px;
}
.docs img {
  padding-bottom: 10px;
}
.docs table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.docs table tr th,
.docs table tr td {
  color: #555;
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

a.headerlink {
  text-indent: -99999px;
  position: absolute;
}
a.internal em {
  font-style: normal;
}
pre {
  padding: 20px;
  margin-bottom: 20px;
}
span.cp { color: #007020; }
span.nt { color: #062873; }
span.s,
span.s2,
span.na { color: #4070a0; }

/* FAQs */
#faqs .reference em {
  font-style: normal;
}
#answers h2 {
  font-size: 32px;
}
#faqs .section h3 {
  font-size: 14px;
  color: #426497;
  padding-bottom: 10px;
  text-transform: none;
}
#faqs .section span:target + h3 {
  background-color: #FFF04D;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Side menus */
.side-menu {
  display: block;
  text-align: left;
  clear: both;
  margin-bottom: 20px;
  margin-right: 50px;
}
.side-menu #searchbox {
  margin-bottom: 20px;
}
.side-menu h4 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
}
.side-menu ul {
  margin-bottom: 20px;
}
.side-menu ul:nth-last-child(2) {
  margin-bottom: 0;
}
.side-menu ul.libs li {
  padding-left: 10px;
}
.side-menu ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 0;
  text-decoration: none;
}
.side-menu ul li a.current {
  color: #aaaaaa;
}
@media (max-width: 1199px) {
  .side-menu {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .side-menu {
    padding: 40px 0 20px 0;
  }
}
.inline-menu {
  text-align: left;
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 20px;
  border-right: none;
}
.inline-menu h3 {
  clear: both;
}
.inline-menu ul {
  display: block;
  min-height: 16px;
  width: 100%;
  float: none;
}
.inline-menu ul li {
  float: left;
  padding-right: 20px;
}
.inline-menu ul li a {
  float: left;
  text-align: center;
}
.search .button {
  float: left;
  width: auto;
  height: 34px;
  padding: 0 10px;
  margin-top: 5px;
  text-transform: none;
  box-shadow: none;
}
.search .field {
  float: left;
  width: 75%;
  margin-right: 5px;
}
.searchtip {
  font-size: 12px;
  color: #777;
  clear: both;
  width: 80%;
  padding-top: 5px;
}

.overlay-container {
  max-width: 400px;
  overflow-x: scroll;
}
.overlay-example {
  background-image: url(images/sample_overlay.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 400px;
  height: 266px;
}
/* For search results */
.highlighted {
  background-color: #ffffcc;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.highlight-link {
  margin-top: 20px;
}
.highlight-link a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  color: #fff;
  background-color: #f38647;
  padding: 8px 20px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 180px;
}
.highlight-link a:hover {
  cursor: pointer;
  color: #555;
  background-color: #cfcfcf;
  text-decoration: none;
}
.highlight-link a,
.highlight-link a:visited {
  background-color: #dedede;
  color: #555555;
}
#search-results {
  padding-top: 30px;
}
#search-results .search {
  margin: 0 !important;
}
#search-results .search li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.docs form input[type="text"] {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 8px 10px;
  border: 1px #ccc solid;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.docs form input[type="submit"],
.docs form input[type="submit"]:visited {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background-color: #f38647;
  padding: 8px 20px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.docs form input[type="submit"]:hover,
.docs form input[type="submit"]:visited:hover {
  cursor: pointer;
  color: #fff;
  background-color: #f2663b;
  text-decoration: none;
}

