.scrubber-wrapper {
  display: none;
}


/* [Performers tab] Move the buttons in the Performer's edit panel to the top instead of bottom */

form#performer-edit {
    display: flex;
    flex-direction: column;
}
#performer-edit > .row {
    order: 1;
}
#performer-edit > .row:last-child {
    order: 0;
    margin-bottom: 1rem;
}
