.MarkdownEditor-root {
    border: none;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

.MarkdownEditor-editor {
    cursor: text;
    font-size: 16px;
    margin-top: 0;
}

.MarkdownEditor-editor .DraftEditor-root {
    padding-right: 8px;
}

.MarkdownEditor-editor .public-DraftEditor-content {
    min-height: 100px;
}

.MarkdownEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
    display: none;
}

.MarkdownEditor-editor .MarkdownEditor-blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
}

.MarkdownEditor-editor .public-DraftStyleDefault-pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
    font-size: 16px;
    padding: 20px;
}

.Markdown {
    padding-right: 8px;
    word-break: break-word;
}

.Markdown > blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
}

.Markdown > pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
    font-size: 16px;
    padding: 20px;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(/demo-fpa/ui/fonts/roboto-v20-latin-300.woff2) format('woff2');
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(/demo-fpa/ui/fonts/roboto-v20-latin-regular.woff2) format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
    url(/demo-fpa/ui/fonts/roboto-v20-latin-500.woff2) format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/demo-fpa/ui/fonts/roboto-v20-latin-700.woff2) format('woff2');
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

