.wy-side-nav-search, .wy-nav-top {background-color: #1976d2}
.wy-nav-content {
   max-width: initial;
}
.btn.btn-neutral {
    border: none;
    box-shadow: none;
    background: #1976d2!important;
    color: #fff!important;
}

.rst-content code.literal:not(.download)
{
  color: #000;
  border: #eee 1px solid;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 0.1em 0.2em;
  font-size: 85%;
  font-weight: normal;
}

.rst-content .admonition code.literal
{
  background: #fff;
  border: none;
}

.github-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 400;
  padding: 12px;
  background-color: #272525;
  display: block;
  font-size: 90%;
  cursor: pointer;
  color: #fcfcfc;
}

.github-link:hover,.github-link:visited {
  color: #fcfcfc;
}

.github-link:before {
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: inherit;
  content: "ï‚›";	
}

@media screen and (max-width: 768px) {
  .github-link {
     display: none;
  }
}

@media print {
  .github-link {
    display: none;
  }
}

.wy-table-responsive table td, .wy-table-responsive table th {
  white-space: normal;
}

.wy-table-responsive table th {
  vertical-align: middle;
}

.wy-side-nav-search>a img.logo {
    max-width: 50px!important;
}
.wy-breadcrumbs a:visited {
    color: #2980b9;
}