#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: fixed;
    position: absolute;
    top: 50px;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#pageslide .navigation-link {
    border-bottom: 1px solid #111111;
    border-top: 1px solid #666666;
    padding: 10px 0;
    text-transform: uppercase;
}

#pageslide .navigation-link:first-child { border-top: 0px; }
#pageslide .navigation-link:first-child #appendedInput { width: 232px; }
#pageslide .navigation-link:last-child { border-bottom: 0px; text-transform: capitalize; }
#pageslide .navigation-link:last-child .btn:first-child { width:228px; text-align: left; }

#pageslide .navigation-link a {
	color: #666666;
}
#pageslide .navigation-link a.secondary {
	color: #ffffff;
}
#pageslide .navigation-link a:hover {
	text-decoration: none;
}
#pageslide .navigation-link.active {
	border-left: 3px solid #00A1E0;
	/* border-top: 0px;
	border-bottom: 0px; */
	padding-left: 3px;
}