.status-under_review {
  background-color: lightyellow !important; }
  .status-under_review .post-title:before {
    content: "Awaiting Review: "; }

.status-alert_specimen {
  background-color: #FFB5B5 !important; }
  .status-alert_specimen .post-title:before {
    content: "Alert: "; }
  .status-alert_specimen .pf-alert-msg {
    visibility: visible;
    color: black;
    background-color: red;
    padding: 2px; }

.list {
  margin-right: 20px; }
  .list #entries {
    background-color: white; }
    .list #entries article.feed-item {
      padding-left: 8px; }
      .list #entries article.feed-item header {
        width: 24%; }

.row-actions a.refresh-feed {
	white-space: nowrap;
}

.column-items_retrieved {
	width: 55px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Style for your link when it has the loading class */
a.loading::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s linear infinite;
  margin-left: 5px;
}
