.status.format_selection,
.status.received {
  background: #e8f8f5;
  color: #087368;
}

.status.queued,
.status.downloading {
  background: #eaf6ff;
  color: #21678c;
}

.status.expired {
  background: #eef2f7;
  color: #526179;
}

.status.viewed {
  background: #e6f8f0;
  color: #087b58;
}
