.right-aligned-button {
  margin-top: 21px;
  float: right;
  margin-bottom: 16px;
}
#link-types-table tbody tr {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#link-types-table .drag-handle {
  cursor: move;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url('../../../images/drag_handler_icon.svg');
  background-repeat: no-repeat;
}
#link-types-table #name {
  width: 26%;
}
#link-types-table #outward {
  width: 32%;
}
#link-types-table #inward {
  width: 32%;
}
#link-types-table #actions {
  width: 10%;
}
