#result_list tbody tr > th,
#result_list tbody tr > td {
  vertical-align: middle !important;
}

#result_list tbody tr > th > a,
#result_list tbody tr > td > a,
#result_list tbody tr > td > span {
  vertical-align: middle;
}

#result_list .action-checkbox,
#result_list .action-checkbox-column {
  text-align: center;
  vertical-align: middle !important;
}

#result_list .action-checkbox input[type="checkbox"],
#result_list .action-checkbox-column input[type="checkbox"] {
  display: block;
  height: 18px;
  margin: 0 auto;
  min-height: 18px;
  width: 18px;
}

#result_list tbody td > :first-child {
  margin-top: 0;
}

#result_list tbody td > :last-child {
  margin-bottom: 0;
}
