#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99999999999;
    
    /* Specify the width of your pageslide here */
    width: 300px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #fafafa;
    color: #FFF;
	border-right: 1px solid #d7d7d7;
}