    /* default for edit link */
    div.sectionedit { text-align:center;font-size:smaller;clear:none;}

    /* enhanced styling for different types of edit links */
    /* edit link created by horizontal line markup ---- */
    div.sectionhorzline{}
    /* edit link created by section markup ==== */
    div.sectionsplit{border-top:1px dotted #369; }
    /* edit link created by header markup !!! when $SectionEditHeaderLinkSpan is false */
    div.sectionhead {border-top:1px dotted #369; }
    /* edit link created at the beginning of included page */
    div.sectionpage{border-top:3px double #00c; }

    /* edit link created by header markup !!! when $SectionEditHeaderLinkSpan is true 
     * decrease font size according to your h1..h6 font size to make link the same size
     * in all headings
     */
    span.sectionedit { font-size:smaller; font-weight:normal;}
    h1 .sectionedit{ font-size:0.4em; }
    h2 .sectionedit{ font-size:0.52em; }
    h3 .sectionedit{ font-size:0.6em; }
    h4 .sectionedit{ font-size:0.7em; }
    h5 .sectionedit{ font-size:0.75em; }
    h6 .sectionedit{ font-size:0.75em; font-variant: normal;}

    /* don't print edit links */
    @media print {
      span.sectionedit,
      div.sectionedit { display:none; visibility:hidden;}
    }
