﻿@import url(https://fonts.googleapis.com/css?family=Muli:400,700|Patrick+Hand:400);

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

	.note-editable h1, .note-editable h2, .note-editable h3, .note-editable h4, .note-editable h5, .note-editable h6 { font-family: 'Muli', serif; }
	.note-editable h1, .note-dropdown-item[data-value='h1'] h1 { font-weight: 400; color: #3da7d9; font-size: 42px; position: relative; margin-bottom: 30px; font-family: 'Patrick Hand', serif; }
	.note-editable h2, .note-dropdown-item[data-value='h2'] h2 { font-weight: 400; color: #3da7d9; font-size: 28px; margin: 30px 0 20px 0; }
	.note-editable h3, .note-dropdown-item[data-value='h3'] h3 { font-weight: 400; color: #3da7d9; font-size: 26px; margin: 30px 0 20px 0; }
	.note-editable h4, .note-dropdown-item[data-value='h4'] h4 { font-weight: 400; color: #3da7d9; font-size: 22px; margin: 20px 0; }
	.note-editable h5, .note-dropdown-item[data-value='h5'] h5 { font-weight: 400; color: #3da7d9; font-size: 20px; margin: 20px 0; }
	.note-editable h6, .note-dropdown-item[data-value='h6'] h6 { font-weight: 400; color: #3da7d9; font-size: 18px; margin: 20px 0; text-transform: unset; }

.note-editable p, .note-editable ul, .note-editable ol, .note-dropdown-item[data-value='p'] p {color:#1d1d1b;font-size: 18px;line-height: 1.8;margin-bottom:20px;font-weight:300,}
.note-editable p strong, .note-editable p b {color:#1d1d1b;font-weight:700;}
	.note-editable p a { color: #3da7d9; border-bottom: solid 1px #3da7d9; text-decoration: none; }
.note-editable p a:hover {color:#1d1d1b;border-bottom:solid 1px #1d1d1b;}

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