.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}

.sidr {
  /* Default Settings */
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto
}

.sidr {
  /* Theme Settings */
  font-family: 'Raleway', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #c4505f;
  color: #fff;
  -webkit-box-shadow: 0 0 5px 5px #a54552 inset;
          box-shadow: 0 0 5px 5px #a54552 inset;
}

.sidr-inner {
  padding-top: 2rem;
}

.sidr-class-nav-item {
  display: block;
  width: 100%;
  color: #fff;
  padding: .75rem 1.5rem;
  transition: .1s ease-out;
}

a.sidr-class-nav-item.sidr-class-active {
  color: rgba(255, 255, 255, .7);
}

a.sidr-class-nav-item:hover {
  transition: .1s ease-out;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}