.dropdown-content {
  display: none;
  position: absolute;
  z-index: 10;
  text-transform: initial;
  left: 0;
  top: 20px;
}
.content {
	background-color: #ffffff;
}
.dropbtn {

	cursor: pointer;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.show {
  display: block!important;
}
