html {
  position: relative;
  min-height: 100%; }

body {
  padding: 50px 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.navbar-brand {
  padding: 8px 15px 5px 15px; }

.navbar-inverse .navbar-nav li a.dropdown-toggle,
footer.footer ul.text-links a,
footer.footer .ftitle {
  color: #9d9d9d;
  text-shadow: 1px 1px 3px #000; }

footer.footer .ftitle {
  font-weight: bold;
  text-transform: uppercase; }

nav ul.dropdown-menu a {
  color: #333;
  text-shadow: 1px 1px 1px #ddd; }

div.breadbar ul.breadcrumb {
  background-color: #fff;
  margin: 1em 0;
  padding: 0; }
  div.breadbar ul.breadcrumb li {
    font-size: 12.6px; }
div.breadbar .breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #cccccc; }

ul#markdown-toc {
  border: 1px solid #ddd;
  font-size: 12.6px;
  list-style-type: disc;
  display: none;
  width: 80%;
  padding-right: 1em;
  padding-bottom: 1em; }
  ul#markdown-toc ul {
    padding: 0 0 0 1em;
    list-style-type: disc; }
  ul#markdown-toc:before {
    content: "Contents";
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin: 1em 1em .5em -1em; }

a.tocbutton {
  margin-left: 1em;
  margin-bottom: 1em; }

article.page-content h1 {
  font-size: 23.8px; }
article.page-content h2 {
  font-size: 22.4px;
  font-weight: bold;
  margin-top: 0; }
article.page-content h3 {
  font-size: 18.2px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  margin-bottom: 15px; }
article.page-content h4 {
  font-size: 16.8px;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px; }
article.page-content h5 {
  font-size: 15.4px;
  font-weight: bold; }
article.page-content code, article.page-content kbd, article.page-content pre, article.page-content samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
article.page-content pre code {
  padding-left: 0; }
article.page-content p a, article.page-content p code, article.page-content p pre {
  overflow-wrap: break-word;
  word-wrap: break-word; }

body.home article.page-content {
  margin-top: 2em; }
body.home .supported h3,
body.home .involved h3,
body.home .news h3 {
  text-align: center;
  padding-bottom: .5em;
  margin-top: 2.5em; }
body.home .supported .thumbnail,
body.home .involved .thumbnail,
body.home .news .thumbnail {
  border: none;
  box-shadow: none; }
  body.home .supported .thumbnail img,
  body.home .involved .thumbnail img,
  body.home .news .thumbnail img {
    max-height: 66px; }
body.home .supported h4,
body.home .involved h4,
body.home .news h4 {
  margin-top: 0; }
body.home .news {
  overflow-wrap: break-word;
  word-wrap: break-word; }
@media (max-width: 768px) {
  body.home .supported .col-xs-2 {
    width: 33%; } }
@media (max-width: 768px) {
  body.home .involved .col-xs-6, body.home .involved .col-xs-4 {
    width: 100%; } }

body.faq h3 {
  margin-top: 2em; }

body.videos h3 {
  visibility: hidden; }

body.api article.page-content h5 {
  margin-top: 1em; }
body.api article.page-content div.highlight + h4 {
  margin-top: 2em; }
body.api article.page-content dt {
  color: #666;
  font-style: italic; }
body.api article.page-content dd {
  margin-left: 1em; }
body.api article.page-content ul#markdown-toc ul ul {
  display: none; }

body.press .page-content ul {
  margin-left: 1.5em;
  padding-left: 0; }

nav.navbar li, nav.navbar input, nav.navbar button {
  font-size: 12.6px; }

footer.footer {
  position: absolute;
  bottom: -720px;
  height: 610px;
  min-width: 100%;
  color: #9d9d9d;
  background-color: #444;
  padding-top: 1em;
  font-size: 12.6px;
  .overflow-x: auto; }
  @media (min-width: 768px) {
    footer.footer {
      bottom: -340px;
      height: 230px; } }
  footer.footer div.fpanel {
    min-height: 200px; }
  footer.footer ul {
    list-style-type: none;
    padding-left: 0; }
    footer.footer ul a {
      color: #9d9d9d; }
  @media (max-width: 768px) {
    footer.footer .col-xs-2 {
      width: 50%; } }

div.yt-embed {
  border: 1px solid #ddd;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

pre {
  overflow-x: auto; }
  pre code {
    overflow-wrap: normal;
    white-space: pre; }

code {
  padding: 2px 4px;
  font-size: 95%;
  color: #000;
  background-color: #eee;
  border-radius: 4px; }

div#debug {
  margin-top: 3em;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  font-size: 12.6px;
  padding: 1em; }
  div#debug h1 {
    color: #c00;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 48px;
    margin-top: 0; }
  div#debug input.gsc-input,
  div#debug .gsc-input-box,
  div#debug .gsc-input-box-hover,
  div#debug .gsc-input-box-focus,
  div#debug .gsc-search-button {
    box-sizing: content-box;
    line-height: normal; }
  div#debug .gsc-control-cse {
    background-color: inherit;
    border: none; }
