html, body {
  margin: 0;
  padding: 0;
}

#content {
  background-color: white;
  padding: 48px 0 0 60px;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #1d3649 0, #264a60 88%);
}

/**
 * Temporary workaround for these vendor-specific prefixes
 * being lost from imported carbon stylesheets.
 *
 * Prevents additional arrow from being rendered.
 * 
 * TODO: Solve the root issue and get rid of this.
 */

.bx--pagination__left .bx--select-input {
  -webkit-appearance: none;
  -moz-apperance: none;
}

.bx--pagination__right .bx--select-input {
  -webkit-appearance: none;
  -moz-apperance: none;
}