

/** - indent ---------------------------
  */
.indent
{
    margin-left: 10mm;
}


    .indent .indent, ol .indent, ul .indent
    {
        margin-left: 5mm;
    }


.indent.mirror
{
    margin-right: 10mm;
}


    .indent .indent.mirror, ol .indent.mirror, ul .indent.mirror
    {
        margin-right: 5mm;
    }



/** - li -------------------------------
  */
li
{
    margin-bottom: 0.5em;
}


li > p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



/** - double-space-li ------------------
  */
.double-space-li > li
{
    margin-bottom: 1.0em;
}



/** - vspace ---------------------------
  */
.vspace
{
    margin-top: 2em;
    margin-bottom: 2em;
}



