#mySidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1049;
	top: 0;
	right: -20px;
	background-color: white;
	overflow-x: hidden;
	transition: 0.3s;
	padding-top: 10px;
	box-shadow: -3px 0px 10px 0px grey;
	}
	#mySidebar #closebtn {
	position: absolute;
	top: 0px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	}
	#card_table{
	padding-left: 10px;
	padding-right: 10px;
	}
	/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
	@media screen and (max-height: 450px) {
	#mySidebar {padding-top: 15px;}
	}
