.helplink {
    float: right;
}

/* 2020.2 fixes.  These should be fixed in 2021.1 */

/* Fixes when the title and/or description fields are too long.
forcing the save button off the left of the screen. */

.itemsummary-layout #col1 {
  overflow-wrap: anywhere;
}

.wizard-layout #col1 {
  overflow-wrap: anywhere;
  max-width: 85%;
}

/* Fixes the DRM attachment display issue when DRM not accepted */

.drmlink_preview, .drmlink_viewer {
  display: none;
}

/* full screen and reorder attachments */
.extras a .icon-fullscreen, .extras a .icon-move {
  background-image: none;
  width: unset;
  height: unset;
}

/* comment button */
#sc_comments_add {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding: 0 8px 0 8px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #D0021B;
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  background-image: none;
  margin-top: 4px;
  float: right;
  opacity: 1;
}

/* comment button icon */
.icon-plus.icon-white {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Roboto";
}

.wizard-controls .shuffle-box select {
	min-width: 250px;
	float: left;
	width: auto;
}
