#sidebar-nav {
  width: 160px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 40%;
  left: 0px;
  opacity: 1.0;
  filter: alpha(opacity=50);
}