﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900|Roboto+Condensed:400,700);

.note-editor.note-frame .note-editing-area .note-editable {background-color:#fff;color:#000 !important;font-family:'Open Sans', sans-serif;}
.note-editable {padding:15px;font-family:'Open Sans', sans-serif;font-size: 14px;line-height: 1.8; margin: 0; color: #000;background-color:#fff;}

.note-editable h1, .note-editable h2, .note-editable h3, .note-editable h4, .note-editable h5, .note-editable h6 {font-family:'Roboto Condensed', serif;line-height:1.3;}
	.note-editable h1, .note-dropdown-item[data-value='h1'] h1 { font-weight: 700; color: #0f4476; font-size: 40px; padding-bottom: 25px; }
	.note-editable h2, .note-dropdown-item[data-value='h2'] h2 { font-weight: 700; color: #f15e4f; font-size: 25px; margin: 30px 0; }
	.note-editable h3, .note-dropdown-item[data-value='h3'] h3 { font-weight: 700; color: #0f4476; font-size: 22px; margin: 30px 0 20px 0; }
	.note-editable h4, .note-dropdown-item[data-value='h4'] h4 { font-weight: 700; color: #0f4476; font-size: 18px; margin: 20px 0; }
	.note-editable h5, .note-dropdown-item[data-value='h5'] h5 { font-weight: 700; color: #dfba6a; font-size: 20px; margin: 20px 0; }
	.note-editable h6, .note-dropdown-item[data-value='h6'] h6 { font-weight: 700; color: #dfba6a; font-size: 16px; margin: 20px 0; text-transform: none; }

.note-editable p, .note-editable ul, .note-editable ol, .note-dropdown-item[data-value='p'] p {color:#000;font-size: 14px;line-height: 1.8;margin-bottom:20px;}
	.note-editable p strong, .note-editable p b { font-weight: 700; }
	.note-editable p a { color: #0f4476; text-decoration: underline; }
		.note-editable p a:hover { color: #b3dff6; text-decoration: underline; }

.note-dropdown-item > * {margin:0 !important;padding:0 !important;}
.note-dropdown-item[data-value='pre'] {display:none;}