 .accessLogo{
    font-size:20px;
    cursor:pointer
}
.accessLogo img{
    float: right;
    width:15%;
    z-index: 99999;
    padding-top: 20px;
}
.sidenav {
	margin-right: 5%;
	margin-top:0.4%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: auto;
	width: 0;
	position: fixed;
	z-index: 99;
	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:#297cc2;
	color:white;
	text-align:center;
}
.icons{position: fixed;
	z-index: 9;
	right: 11px;
	}
.nc{
	font-size: 13px;
	color: white;
	margin-block-start: 0.2em;
	margin-block-end: 0.8em;
	font-family: verdana;
	font-size: 11px;
}
.button {
  padding: 3px 10px;
  border-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: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.toolAcc{
	font-size: 11px;
	font-family: verdana;
	color: grey; 
	list-style:none;
	padding: 20px 0px 20px 0px;
    text-decoration: none;
	text-align: center;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.accessTable{
    width: 85%;
    margin-left: 20px;
    margin-right: 20px; 
    margin-top:20px;
    margin-bottom: 20px;
}
.accessTable td{
    border: 1px solid #ddd;
}
.accessTable td ul{
    padding-inline-start: 0px;
}
.accessTable td ul li{
    cursor: pointer;
}