.slide-panel {
	z-index: 25;
	width: 5px;
	position: fixed;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border-top: 2px solid #E56F03;
	background-color: #262626;
	height: 0;
	width: 100%;
	color: #fff;
	position: relative;
}

.slide-button {
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	width: 42px;
	height: 32px;
	z-index: 20;
	cursor: pointer;
	text-align: center;
	/*float: right;*/
	top: -32px;
	right: 0;
}

.slide-button:hover {
	color: #9f9d8e;
}
