div[data-notify="container"] {
  z-index: 1000000000 !important;
  width: 90%;
  max-width: 640px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  border-top: 0px;
  border-bottom: 0px;
  padding: 15px 45px 15px 15px !important;
  position: fixed !important;
  /* top: @notify-container-top !important; breaks api errors stacking and not showing multiple */
  letter-spacing: 1px;
}

#menu-btn{
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #333;
}

#menu-btn:hover{
  background-color: #333;
}

#menu-btn .icon-bar{
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#menu-btn .icon-bar:not(:first-child){
  margin-top: 4px;
}
.esc-to-close {
  text-align:right;
  display:block;
  padding: 10px 20px 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
#menu-bar{
  background-color: #FFF;
  color: #666;
  z-index: 1002;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
#menu-bar h3{
  font-size: 22px;
  padding: 20px 20px 0 20px;
  margin: 0;
  font-weight: 300;
}
.documentation-body {
  padding:20px;
}
#menu-bar a{
  border-bottom: 1px solid #D8D8D8;
  padding: 1em;
  display: block;
  color: #424242;
  font-size: 1.4em;
  font-weight: 300;
  text-decoration: none;
}
#menu-bar a:hover{
  background-color: #D8D8D8;
}
#menu-bar .handle{
  background-color: #E77646;
  color:#FFF;
  left: -35px;
  padding: 10px; 8px;
  position: absolute;
  top: 0px;
  width: 35px;
  cursor: pointer;
  /*margin-top: -20px;*/
  /*-moz-transition: 200ms ease all;
  -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;*/
}
#menu-bar .handle:hover{
  /*left: -46px;
  width: 30px;*/
}

.navbar{
  border-radius: 0px;
  margin-bottom: 0px;
}

section{
  padding-top: 20px;
}

section:last-child{
  margin-bottom: 30px;
}
#sample-1-btn{
  margin-bottom: 10px;
}

#sample-1 .panel{
  margin-top: 10px;
}

.innerScroll
{
  position:absolute; 
  overflow-y:auto; 
  height:80%;
}