

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
        position: absolute;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #343434;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	height:30px;/*same height as margin bottom on body*/
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
        cursor: pointer;

}

.slide-button:hover {
	color: #9f9d8e;
}