﻿div#parcel-details ul,
.rightsTableContainer ul,
.landSectionTableContainer ul,
#PrintRegisterContentContainer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.rightsTableItemContent {
  background-color: white;
}

#SelectRightsSectionEntriesForNoteContainer .rightsTableItemContent {
  background-color: unset;
}
