.sidenav {
	margin-right: 0;
	margin-top:1%;

	height: 200px;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;

}
.sidenav a {
  padding: 20px 4px 20px 4px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
	padding: 5px 5px 5px 5px;
	width:100%;
	position: absolute;
	top: 0;
	font-family: verdana;
	font-size: 11px;
	background-color:#6DA4DC;
	color:white;
	text-align:center;
	height: 15.3%;
}
.icons{position: fixed;
	z-index: 9;
	right: 11px;
	}
.nc{
	font-size: 13px;
	color: white;
	xmargin-block-start: 0.2em;
	xmargin-block-end: 0.8em;
	font-family: verdana;
	font-size: 11px;
}
.button {
  padding: 3px 10px;
  xborder-radius: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; 
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background: linear-gradient(to bottom, #33abb5 0%, #aee3e8 100%);
  color: white; 
  border: 2px solid #00abb2;
}

.button2:hover {
  background: white;
  color: black;
}

@media screen and (max-height: 350px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.toolAcc{
	font-size: 11px;
	font-family: verdana;
	color: black; 
	list-style:none;
    text-decoration: none;
	text-align: center;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.accessTable{
    width: 50%;
    margin-left: 20px;
    margin-right: 20px; 
    margin-top:50px;
    margin-bottom: 50px;
	
}
.accessTable td{
    border: 1px solid #ddd;
}
.accessTable td ul{
    padding-inline-start: 0px;
}
.accessTable td ul li{
    cursor: pointer;
}
.ulclass{
    height: 50px;

}