.dropdown-floating-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
}

.action-button {
  color: #1a65ab !important;
  font-size: 16px;
}

.action-item-button {
  color: #1a65ab !important;
  padding: 0.5em 2em;
  height: auto;
  display: block;
}

body .action-item-button:hover {
  background-color: #eee;
}

#pod-action-dropdown {
  width: 80px;
}
