/* Dropdown Button */
.pgel-dropbtn {
/*  color: white;
  border: none; */
  justify-content: start;
}

/* The container <div> - needed to position the dropdown content */
.pgel-dropdown {
 /* position: relative;
  display: block;*/
}

/* Dropdown Content (Hidden by Default) */
.pgel-dropdown-content {
  /* display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

/* Links inside the dropdown */
.pgel-dropdown-content a {
 /* color: black;
  text-decoration: none;
  display: block; */
}

/* Show the dropdown menu on hover */
/* .wgel-dropdown:hover .dropdown-content {display: block;} */
