﻿#tinymce p { EditMenuName: Stycke; }
h2 { 
     EditMenuName: Rubrik 2;
     ChangeElementType: true;
      font-size: 25px; line-height: 1.2em; 
}
h3 { EditMenuName: Rubrik 3; }
h4 { EditMenuName: Rubrik 4; }
h5 { EditMenuName: Rubrik 5; }

/*		  EPi Editor
----------------------------- */
.epiEditor { color: #383736; font-family: Georgia, serif; font-size: 1em; }
    .epiEditor h2 { font-size: 25px; line-height: 1.2em; }
    .epiEditor h3 { font-size: 16px; line-height: 1.2em; }
    .epiEditor h4 { font-size: 15px; line-height: 1.2em; }
    .epiEditor h5 { font-size: 13px; font-weight: bold; line-height: 1.2em; }
    .epiEditor li, #tinymce li,
    .epiEditor p, #tinymce p { font-size: 13px; line-height: 1.5em; margin-bottom: 20px; }
    .epiEditor li, #tinymce li {margin-bottom: 0}
    .epiEditor ul, .epiEditor ol, #tinymce ul, #tinymce ol { font-size: 1.3em; margin-bottom: 15px; margin-left: 2em; color: #7f7d7c; }
    .epiEditor ol, #tinymce ol { list-style-type: decimal }
    .epiEditor ul, #tinymce ul, .epiEditor ul li, #tinymce ul li { list-style: disc }
    .epiEditor ol, #tinymce ol, .epiEditor ol li, #tinymce ol li { list-style: decimal }
    .epiEditor h1, #tinymce h1 { color: #37322D; font-size: 3.3em; line-height: 1.33em; }
    .epiEditor h2, #tinymce h2 { color: #37322D; font-size: 2.5em; line-height: 1.2em; }
    .epiEditor h3, #tinymce h3 { color: #37322D; font-size: 1.8em; line-height: 1.2em; }
    .epiEditor h4, #tinymce h4 { color: #37322D; font-size: 1.5em; line-height: 1.2em; }
    .epiEditor h5, #tinymce h5 { color: #37322D; font-family: Georgia, serif; font-size: 13px; font-weight: normal; line-height: 1.2em; }
    .epiEditor a:not(.button), .epiEditor a:not(.button):active, .epiEditor a:not(.button):visited { color: #2f97d2; font: 700 12px/12px Arial, sans-serif;}
    .epiEditor strong strong, #tinymce strong strong,
    .epiEditor li p, #tinymce li p,
    .epiEditor li a, #tinymce li a,
    .epiEditor p a, #tinymce p a { font-size: 1em }
    .epiEditor table, #tinymce table { border-collapse: separate; border-spacing: 0px; margin-bottom: 20px }
    .epiEditor th, #tinymce th {text-align: left;}
        .epiEditor th strong, #tinymce th strong {font-family: Georgia, serif;}
    .epiEditor td, #tinymce td {padding: 10px 0;}
    .epiEditor td:first-child, #tinymce td:first-child {padding-right: 5px}
    
/*Arial*/
    .epiEditor strong, #tinymce strong { font-size: 1.077em; font-weight: 700; }
    .epiEditor em, #tinymce em { font-style: italic }