/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}

div.input-feedback {font-size: .8em; color: #e00; line-height: normal;}
