div.greedy button {
  background: transparent;
  min-height: 32px;
}

ul.links {
  flex: 1;
}

ul.links li {
  position: relative;
}

ul.hidden-links {
  position: absolute;
  background: hsl(0, 0%, 20%);
  left: 0;
  top: 0;
  padding: 0.9375rem 0.3125rem;
  list-style-type: none;
  border-radius: 4px;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: table;
  margin-top: 2.5rem;
  box-shadow: 0px 2px 8px -1px hsla(0, 0%, 0%, 0.5);
}

ul.hidden-links li a {
  color: #404040;
}

ul.hidden-links.hidden {
  display: none;
}

ul.hidden-links li {
  padding: 0 0.625rem;
}

ul.hidden-links:before {
    height: 0;
    width: 0;
    border-bottom: 10px solid hsl(0, 0%, 20%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: inline-block;
    content: "";
    position: absolute;
    top: -10px;
    left: 0.7rem;
}

ul.hidden-links a.btn.btn-link {
    color: #f5f5f5 !important;
    width: 100%;
    text-align: left;
    padding: 0.625rem;
    border-radius: 2px;
	white-space: nowrap !important;
}

ul.hidden-links a.btn.btn-link:hover,
ul.hidden-links a.btn.btn-link:focus {
  background-color: hsl(0, 0%, 92%) !important;
  color: #333 !important;
}

ul.hidden-links a.btn.btn-link:active {
	background-color: #d8ab4c !important;
	color: #333 !important;
}