.wy-side-nav-search .wy-dropdown>a img.logo, .wy-side-nav-search>a img.logo {
  width:240px;
  box-shadow: none;
}

.wy-side-nav-search {
  background-color: #6435c9;
}

a, a:visited {
  color:fuchsia;
}

a.reference.internal {
  color:#d9d9d9;
  transition: all 0.1s ease-in-out;
}
.wy-menu-vertical a:active {
  background-color:#5e5a5a ;
}

blockquote {
  border-left: 5px solid lightgrey;
  padding-left: 20px;
  margin-left:0 !important;
}
  
footer {
  display: none;
  color: transparent;
}
footer > a {
  display: none;
}
footer hr {
  display:none;
}
.float.left {
  float: left;
}
.float.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}

img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
img.noshadow {
  box-shadow: none;
}
img.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
img.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
img.center {
  display: block;
  margin: auto;
}
img.inline {
  box-shadow: none;
}

.rst-content code {
  color:purple;
}

.noshadow {
  box-shadow: none !important;
}