html {
  overflow-y: scroll;
}
html, body, #root {
  min-width: 320px;
  background-color: #FBFCFC;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

/* TODO: Fix for modal shifting page to the left when open */
/* https://github.com/twbs/bootstrap/issues/14040 */
body.modal-open {
  padding-right: 0 !important;
}

/* style used for placeholder copy for fields in edit/view forms */
.placeholder-text {
  font-style: italic;
  /* !important needed so color is not overridden */
  color: #808080 !important;
}