@charset "UTF-8";
/* CSS Document */

*/ ----- styles for the "Styles"dropdown in the WYSIWYG toolbar. These styles can be block-level or span-level. created by jnk on 4/16/20 ---------------*/
/*--------------------------------- styles for inside pages toolbar ----------------------------------*/

​ .red-bold {
    color: red;
    font-weight: 700;
}

.bold-text {
    font-weight: 700;
}

​
/*---- 1.6 em font size -----*/

​ .one-six {
    font-size: 1.6em;
}

​
/*---- 2 rem font size -----*/

​ .two-rem {
    font-size: 2rem;
}

​
/* ----hilite text -------*/

​ .hilite {
    background-color: yellow;
}

/* added by jnk on 4/21/20  /*

​

/*------- footnote ----------*/

​ .footnote {
    ​ font-size: 1em!important;
    ​ font-style: italic;
    ​ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    ​ line-height: 1.2em;
    ​ color: #777;
    ​
}

#content ul .bookmark {

    margin: 0 0 1em 3em;

    line-height: 1.2em;

    font-size: 1em;

    list-style-type: none!important;

}