@import "font-awesome.css";  
body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  /*left: 0;*/
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  /*width: 300px;*/
  width:400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding:30px;
  padding-bottom:0;
  background:#222;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  /*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block !important;
}

@media only screen and (max-width:401px){
	.slideout-menu{
		width:100% !important;
	}
}