

table.footnote
{
    border-collapse: collapse;
}


/*--------------------------------------------------------------------------------------*/


/** Footnote call.
  */
@media screen
{
    a.fc
    {
        padding-left: 0.2em; padding-right: 0.2em; /* Extra click area. Fails (IE 7). Fails (Firefox 2) whenever there's text on the right side. */
        margin-left: -0.2em; margin-right: -0.2em; /* Collapse padding, to preserve normal glyph positions/layout. */
    }
}



table.footnote tr
{
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    vertical-align: baseline;
}


    table.footnote td.body p
    {
        margin: 0;
    }


        table.footnote td.body p + p
        {
            text-indent: 2em;
        }


    table.footnote td.head
    {
        padding-right: 0.4em;
    }


    table.footnote td.head a
    {
     /* color: inherit; */
        font-weight: bold;
     /* text-decoration: none; */

        padding: 0.3em; /* more click area */
        padding-left: 0;
    }
    table.footnote td.body
    {
        padding-top: 0.3em; /* align with above */
    }



