#list input.date {
  text-align: center;
  width: 70px;
}

#list input.datetime {
  text-align: center;
  width: 110px;
}

#list form.filter input.filter-icon {
  width: 16px;
  height: 20px;
  border: 0 none;
  background: none;
  background-color: transparent;
  background-image: url('../images/icons/filter.png');
  background-position: top 3px left 0px;
  background-repeat: no-repeat;
}

#list tr.warning td, #content .main_list tr.warning td {
  background-color: #ffeaea !important;
}