.cn-side-nav
{
	height : 100%;
	width: 0px;
	position: absolute;
	z-index: 1;
	top: 0;
	left:0;
	background-color:#CCCCCC;
	overflow-x: hidden;
	transition: 0.3s;
	padding-top: 60px;
	
}

.cn-side-nav .cn-close-switch
{
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 36px;
	margin-left: 50px;
}	