/*
 * The default style sheet used to render HTML.
 * http://trac.webkit.org/browser/trunk/Source/WebCore/css/html.css
 */

.note-editor span {
    all: unset;
}

.note-editor {
    font-size: 16px !important;
    line-height: 1.1;
}

.note-editor p {
    font-size: 16px;
    display: block;
    margin: 0 0 3px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.note-editor b,  .note-editor strong {
    font-size: 16px;
    margin: 0 0 3px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.note-editor span {
    /*display: block;*/
    margin: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.note-editor blockquote {
    line-height: 1.3;
    padding: 1px 8px 3px !important;
    margin: 20px 0 20px !important;
    border-left: 5px solid #E37A39 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.note-editor blockquote > p {
    margin: 0px;
}

.note-editor blockquote > p > span {
    font-size: 20px;
}


.note-editor div.headblockquote {
    display: table;
    padding: 30px 0 !important;
    margin: 60px auto !important;
    border: 0 solid #222222;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 500;
    text-align: center;
    border-left:none !important;
    width:50% !important;
}

.note-editor div.headblockquote p {
    line-height: 36px !important;
}

.note-editor blockquote span {
    font-size: 20px !important;
}

.note-editor u {
    text-decoration: none !important;
    border-bottom: 3px solid #E37A39 !important;
}

.note-editor h1 {
    display: block;
    font-size: 36px !important;
    font-weight: normal;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-top: 20px;
    margin-bottom: 10px;

}
.note-editor h1 > b, .note-editor h2 > span{
    font-size: 36px;
}

.note-editor h2 {
    display: block;
    font-size: 30px !important;
    font-weight: normal;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.note-editor h2 > b, .note-editor h2 > span{
    font-size: 30px;
}

.note-editor h3 {
    display: block;
    font-size: 24px !important;
    font-weight: normal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.note-editor h3 > b, .note-editor h3 > span{
    font-size: 24px;
}

.note-editor h4 {
    display: block;
    font-size: 18px !important;
    font-weight: normal;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.note-editor h4 > b, .note-editor h4 > span {
    font-size: 18px;
}

.note-editor h5 {
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.note-editor h5 > b, .note-editor h5 > span{
    font-size: 14px;
}

.note-editor h6 {
    display: block;
    font-size: 12px !important;
    font-weight: normal;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.note-editor h6 > b, .note-editor h6 > span{
    font-size: 12px;
}

/* tables */

.note-editor table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    width: 100%;
    border-collapse: collapse;
}

.note-editor thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.note-editor tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.note-editor tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}

/* for tables without table section elements (can happen with XHTML or dynamically created tables) */
.note-editor table > tr {
    vertical-align: middle;
}

.note-editor col {
    display: table-column;
}

.note-editor colgroup {
    display: table-column-group;
}

.note-editor tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.note-editor td, .note-editor th {
    display: table-cell;
    vertical-align: inherit;
    border: 1px solid #ececec;
    padding: 5px 3px;
}

.note-editor th {
    font-weight: bold;
}

.note-editor caption {
    display: table-caption;
    text-align: -webkit-center;
}

/* lists */

.note-editor ul, menu, dir {
    line-height: 1.5;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

.note-editor ol {
    line-height: 1.5;
    display: block;
    font-size: 16px;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

.note-editor li {
    display: list-item;
    font-size: 16px;
    text-align: -webkit-match-parent;
}

.note-editor ul ul, ol ul {
    list-style-type: circle;
}

.note-editor ol ol ul, ol ul ul, ul ol ul, ul ul ul {
    list-style-type: square;
}

.note-editor dd {
    display: block;
    -webkit-margin-start: 40px;
}

.note-editor dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.note-editor dt {
    display: block;
}

.note-editor ol ul, ul ol, ul ul, ol ol {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.note-editor pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.42857143;
    word-break: break-all;
    /*word-wrap: break-word;*/
    white-space: pre-wrap;
    color: #3a3f44;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;

    overflow-x: hidden;
    overflow-y: auto;
}

.note-editor .btn {
 width: 160px !important;
 min-width: 160px;
}
