.dropdown:hover .dropdown-content {/*display: block;*/}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus { background-color: #2980B9; }

/* The container <div> - needed to position the dropdown content */
#openmenu, .dropdown1 { width: 100%; display: flex; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  /*display: none;*/
  padding: 0px;
  position: absolute; /* absolute */
  background-color: #f1f1f1;
  /*width: 400%;  100% left: -300%; */
  /*left: -704%; */ width: 600%;
  /*top: 100%; */
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* dropdown menus */
#menu { position: absolute; }
.menu {  width: inherit; }
#info { float: left; margin-right: 15px; }
.buttons-container { float: right; dipslay: flex; width: auto; margin: 2px; }
