/*
    show edit buttons in WP table class
*/
.wrap.zrdn-recipes .row-actions {
  left: 0;
}
/*
    Hide nags from other plugins
*/
.notice:not(.really-simple-plugins) {
  display: none;
}
.column-ID {
  width: 50px;
}
.zrdn-selectable {
  -webkit-user-select: all;
  /* Safari */
  -khtml-user-select: all;
  /* Konqueror HTML */
  -moz-user-select: all;
  /* Firefox */
  -ms-user-select: all;
  /* Internet Explorer/Edge */
  user-select: all;
  /* Chrome and Opera */
}
.zrdn-recipes .column-details,
.zrdn-recipes .column-sharing_status {
  padding-top: 19px;
}
.zrdn-recipes .zrdn-badge {
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
}
.zrdn-recipes .zrdn-badge.popular {
  background-color: #61ce70;
}
.zrdn-recipes .zrdn-badge.ready {
  background-color: #61ce70;
}
.zrdn-recipes .zrdn-badge.needs_improvement {
  background-color: #f4bf3e;
}
.zrdn-recipes .zrdn-badge.waiting_approval {
  background-color: #225cffbf;
}
.zrdn-recipes .zrdn-badge.approved {
  background-color: #61ce70;
}
.zrdn-recipes .zrdn-badge.declined,
.zrdn-recipes .zrdn-badge.not_activated {
  background-color: #d7263d;
}
.zrdn-recipes .zrdn-badge.demo {
  background-color: #29b6f6;
}
.zrdn-recipes .zrdn-badge.nonfood {
  background-color: #f4bf3e;
}
/*# sourceMappingURL=recipes.css.map */