

html
{
    line-height: 1.35;
}



/** - boilerplate ----------------------
  */
.boilerplate
{
    font-size: 0.8em;
}



/** - cite-suggest ---------------------
  */
div.cite-suggest h1
{
    margin-bottom: 0;
}


    div.cite-suggest div
    {
        font-size: 0.8em;
    }


    div.cite-suggest div a
    {
        text-decoration: none;
    }


    div.cite-suggest div a.fc
    {
        margin-left: 0.2em;
    }



/** -   --------------------------------
  */
div.content /* table of [if used] */
{
    font-family: sans-serif;
}



/** - h --------------------------------
  */
h1, h2, h3, h4
{
    font-family: sans-serif;
    letter-spacing: 0.02em;
}



/** - table ----------------------------
  */
table caption
{
    text-align: left;
}


    table caption span.key
    {
        margin-right: 0.5em;
    }


    table.figure caption
    {
        padding-bottom: 0.5em;
    }


        table.figure caption span.key
        {
            font-weight: bold;
        }


    table.table caption
    {
        font-size: 1.1em;
        padding-top: 0.5em;
        margin-bottom: 0.5em;
    }



table.figure
{
    border-collapse: collapse;
}


    table.figure td, table.figure th
    {
        padding: 0;
    }



table.table
{
    border-collapse: collapse;
 /* margin-bottom: 1.2em; */
}


    table.table td, table.table th
    {
        padding: 0;
    }



