/* Change the status report colors to be more easily distinguishable */
body.page-admin div.status,
body.page-admin table tr.ok {
  background-color: #dfd;
}

body.page-admin div.error,
body.page-admin table tr.error {
  background-color: #fcc;
}
/* add spacing between the moderate links */
body.page-admin td.views-field-moderation-actions li {
margin-right: 4px;
border-right: 1px solid #cccccc;
padding-right: 4px;
}
body.page-admin td.views-field-moderation-actions li.last {
margin-right: 0;
border-right: none;
padding-right: 0;
}