/* Footnotes */
#footnotes {
    background: #04378b;
    background: -moz-linear-gradient(-45deg, #04378b 0%, #6CACE4 99%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #04378b), color-stop(99%, #6CACE4));
    background: -webkit-linear-gradient(-45deg, #04378b 0%, #6CACE4 99%);
    background: -o-linear-gradient(-45deg, #04378b 0%, #6CACE4 99%);
    background: -ms-linear-gradient(-45deg, #04378b 0%, #6CACE4 99%);
    background: linear-gradient(135deg, #04378b 0%, #6CACE4 99%);
    color: #fff;
    position: fixed;
    bottom: -150px;
    height: 150px;
    width: 100%;
    z-index: 999999999999;
    visibility: hidden;
}

#footnotes .round_button {
    border-color: #fff;
    color: #fff;
}

#footnotes .round_button:hover {
    background: #fff;
    color: #04378b;
}

.fce-footnote-reference-number {
    float: left;
    margin-right: 10px;
    display: none;
}

.subcolumns sup.footnote, .subcolumns sup[footnote], .closeFootNote, sup[footnote], sup.footnote {
    color: #444444;
    cursor: pointer;
}

.subcolumns sup.footnote, .subcolumns sup[footnote], .closeFootNote:hover, sup[footnote], sup.footnote {
    color: #04378b;
}

/* footnote "Boxen" */
#content-footnote div.fce-footnote-wrapper {
    height: 150px !important;
    padding: 20px;
    bottom: 0;
    z-index: 50;
    margin: 0 0 0 -15px;
    display: none;
}

.closeFootNote {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
