
table.sortable th { background-color:#FDFCFB; border-bottom:dotted 1px #DDC8BD; }
table.sortable th.date, table.sortable td.date { text-align: right; width: 125px; }
table.sortable tr.archived, table.sortable tr.archived a  { color:#aaa; }
table.sortable tr td { border-bottom:1px dotted #DDC8BD; padding:5px; }
table.sortable thead tr th.selection {width: 20px;}
table.sortable tr td span.latest-event { background-color: #FFE7BA; font-size: 0.7rem; padding: 2px 5px; }

table.sortable tbody td p {
  margin: 0;
}

table.sortable div.seed-start-schedule ul {
  height: 41px;
}

table.sortable div.seed-start-schedule ul li  { 
  width: 33px; height: 41px; font-size: 0.75em; 
}

table.sortable tr td .swappable:before {
  font-family: "folia-responsive";
  margin-right: 3px;
  font-size: 0.9rem;
  content: "\f021";
  color: rgb(152, 137, 178);
}

/* applied filter panel */
.applied-filter ul {
  margin: 0;
  font-size: 0.8rem;
}

.applied-filter input[type="checkbox"] {
  margin: 0;
}

.applied-filter .accordion .accordion-navigation > a, .applied-filter .accordion dd > a {
  padding: 0.2rem;
  border-bottom: solid 1px #fff;
}

.applied-filter .accordion .accordion-navigation > a:before {
  font-size: 0.8rem;
  margin: 7px;
}
.applied-filter .accordion .accordion-navigation > .content {
  padding: 0.2rem;
}