﻿.footnote {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.footnote>div:first-child p:first-letter{
    font-weight:bold;
    color:red;
}

.ftnote {
    position:relative;
    height:3em;
    width:20em;
    font-weight:normal;
    padding-top:1em;
    border:1px solid #eee;
}
a.hide-ftnote {
    position:absolute;
    right:5px;
    top:1px;
}
.ftNoteMark {
    font-size: .83em;
    vertical-align: super;
}