#side-fixed {
  position: fixed;
  right: 0;
  height: 300px;
  padding: 10px;
  overflow: hidden;
  height: auto;
  background: #ddd;
  box-shadow: -5px 5px 30px 5px #9d9d9d;
  z-index: 10000;
    top: 150px;
}

#side-fixed ul {
  list-style: none;
  padding: 0;
}

#side-fixed li {
  padding: 5px 0;
}


#side-fixed i {
  box-shadow: inset -5px 2px 5px 1px rgba(70, 70, 70, 0.3);
}