table.status_retention {
  width: 500px;
}

table.status_retention tr td.row_spacer {
  border-left: none;
  border-right: none;
}

table.status_retention input.tiny {
  width: 3em;
}
.better-form-styling  .inline {
  overflow: auto;
}
.better-form-styling  .inline .field {
  float: left;
  width: 700px;
}
.better-form-styling  .inline .field input[type=text] {
  width: 580px;
}
.better-form-styling  .inline .field.thin {
  width: 300px;
}

table tr.deleted td {
  background-color: #bbb;
  color: #444;
}

table tr.purged td {
  background-color: #aaa;
  color: #444;
}

div.retention_overview li {
  font-size: 12px;
  color: #333;
}

table.retention_stats {
  width: 600px;
}
table.retention_stats .zero {
  color: #777;
}

.status_retention .status_selectall,
.status_retention .checkboxInStatusTable {
  width: auto;
}
