.column-votes, .column-entries, .column-log, .column-preset {
  width: 10%;
}

.totalpoll-quick-action {
  position: relative;
}
.totalpoll-quick-action-menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0;
  white-space: nowrap;
  padding: 10px;
  margin: -10px -11px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.totalpoll-quick-action-menu-items {
  display: flex;
  flex-direction: column;
}
.totalpoll-quick-action-menu-item {
  text-decoration: none;
}
.totalpoll-quick-action-menu-item + .totalpoll-quick-action-menu-item {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #eeeeee;
}
.totalpoll-quick-action-menu:hover .totalpoll-quick-action-menu-item {
  display: block;
}
.totalpoll-quick-action-menu:hover .totalpoll-quick-action-menu-item:first-child:after {
  display: none;
}
.totalpoll-quick-action > a:after {
  content: "\f140";
  font: normal 20px/1 dashicons;
  display: inline-block;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  color: #72777c;
}
.totalpoll-quick-action a:hover + .totalpoll-quick-action-menu,
.totalpoll-quick-action a:focus + .totalpoll-quick-action-menu,
.totalpoll-quick-action .totalpoll-quick-action-menu:hover {
  display: block;
}