

.sidenav {
  
  width: 200px;
  float:left;
  background-color: #f4f2f1;
  overflow-x: hidden;
  padding-top: 0px;
  
  
}


/* Style the sidenav links and the dropdown button */
.sidenav a, .dd-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 12.5px;
  font-weight:bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #262626;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dd-btn:hover {
  color: #ffffff;
  background-color: #71a866;
}



/* Add an active class to the active dropdown button */
.ddactive {
  background-color: #71a866;
  color: #fff;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dd-container {
  display: none;
  background-color: #d1cdc7;
  padding-left: 8px;
  
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

