.menu-wrapper {
  position: relative;
}
.menu-wrapper ul.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0px;
  border: solid 1px #aaa;
  border-radius: 3px;
  margin: 0;
  padding: 4px 0;
  background-color: white;
  z-index: 99999;
}
.menu-wrapper ul.dropdown-menu.visible {
  display: block;
}
.menu-wrapper ul.dropdown-menu .menu-option {
  white-space: nowrap;
  text-align: left;
  margin: 0;
  padding: 7px 11px;
  cursor: pointer;
  font-size: 0.8rem;
}
.menu-wrapper ul.dropdown-menu .menu-option:hover {
  background-color: #eee;
}/*# sourceMappingURL=dropdown.css.map */