table.dataTable tr[role="row"] td {
  font-family: monospace;
}
table.dataTable tr[role="row"] td:nth-child(3) {
  font-family: inherit;
  font-size: 0.85em;
}
table.dataTable tr[role="row"] td:nth-child(4) {
  text-align: center;
}
table.dataTable tr td:nth-child(1) {
  max-width: 250px;
  overflow: scroll;
}
table.dataTable tr td:nth-child(2),
table.dataTable tr td:nth-child(3){
  max-width: 300px;
  overflow: scroll;
}
table.dataTable tr td:nth-child(4){
  width: 20px;
}
.dep-link {
  color:steelblue;
  text-decoration:underline;
  cursor: pointer;
}
.selected .dep-link {
  color: white;
}
