.button {
	margin-left: 0px;
	position: fixed;
	z-index: 999;
	top: 32%;
	right: 0;
	width: 40px;
	cursor: pointer;
}
#panel {
	margin-left: 0px;
	position: fixed;
	top: 0px;
	width: 236px;
	z-index: 999;
	top: 10%;
	height: 170px;
	right: -236px;
}
