.note-submit-disclaimer {
  font-size: 0.8em;
  font-style: italic;
  color: #999;
}

#new-note-instructions p {
  white-space: pre-wrap;
}

#disabled-overlay {
  height: 100%;
  width: 100%;
  text-align: center;
  position: fixed;
  background-color: rgba(0,0,0,0.87);
  color: white;
  z-index: 10000;
}

#disabled-overlay #overlay-message {
  margin: 0 auto;
  padding-top: 20%;
  padding-left: 3em;
  padding-right: 3em;
}

