#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 999999;

  /* Specify the width of your pageslide here */
  width: 300px;
  padding: 0 0px;

  /* These styles are optional, and describe how the pageslide will look */
  background-color: #333;
  color: #FFF;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.555);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.555);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.555);

}