.sidepanel  {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #222;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top: 60px;
	padding-left: 20px;
	border-right: 0px solid #cccccc5c;
  }
  .sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #ccc;
	display: block;
	transition: 0.3s;
	margin-top: 30px;
  }
  .sidepanel label:hover {
	color: #f1f1f1;
  }
  .sidepanel a:hover {
	color: #f1f1f1;
  }
  .sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	padding: 2px 15px;
	border: 1px solid #cccccc5c;
	border-radius: 6px;
	margin-right: 20px;
	margin-top: 20px;
	color: #ddd;
  }
  .openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #222;
	color: white;
	padding: 10px 15px;
	border: 1px solid #cccccc33;
	border-radius: 6px;
	margin-left: 12px;
	margin-top: 14px;
  }
  .openbtn:hover {
	background-color:#444;
  }



