#sliderSigma, #sliderSize, #sliderLength {
    width: 80%;
    margin-bottom: 10px;
  }

#sliderSigmaLabel, #sliderSizeLabel, #sliderLengthLabel {
    background-color: #fff;
}

#statusUpdate {
  cursor: pointer;
  text-decoration: underline;
}

#nodeList tbody tr.selected {
  background-color: rgba(255, 255, 0, 0.5) !important;
}

table.dataTable.compact thead th {
  padding-left: 10px;
}