#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    top: 0;
	left:-240px !important;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 240px;
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */

    color: #FFF;
	background:#010c43; 
}

#modal { display: none; }

