/* Style the sidenav links and the dropdown button */
.sidenava,
.dropdown-btn{
padding:6px8px6px16px;
text-decoration:none;
font-size:20px;
color:#818181;
display:block;
border:none;
background:none;
width:100%;
text-align:left;
cursor:pointer;
outline:none;
}
/* On mouse-over */
.sidenava:hover,
.dropdown-btn:hover{
color:#f1f1f1;
}
/* Main content */
.main{
margin-left:200px;
/* Same as the width of the sidenav */
font-size:20px;
/* Increased text to enable scrolling */
padding:0px10px;
}
/* Add an active class to the active dropdown button */
.active{
background-color:green;
color:white;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */