table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th, .table td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}

.table td { 
  border-top: 1px solid #ddd; 
}

.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

.table td {
  padding: 6px 16px;
}

.btn-group {
  display: flex;
}

.btn-group > .btn {
  flex: 1;
  min-width: fit-content;
}

input[type='range'] {
  display: block;
}

#arrange-options legend {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}

#arrange-options {
  margin-bottom: 10px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}