/*body {
  width: 100%;
  height: 100%;
}*/

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 70%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    height: 100%;
    background: white;
    padding: 10px;
    left: auto;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

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

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

.side-panel-close {
    width: 90%;
    font-size: 1.25em;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
    outline-style: none;
}

.side-panel-close::-moz-focus-inner {
    border: 0;
}

#panel-screen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 27%;
    height: 100%;
}
