/*.reader-content:after {
    clear      : both;
    content    : " ";
    display    : block;
    height     : 0;
    visibility : hidden;
}
.reader-content {
    margin   : 0 auto;
    padding  : 0;
    position : relative;
    width    : 1044px;
}
.reader-links {
    width        : 240px;

    display      : inline;
    float        : left;
    margin-left  : 0;
    margin-right : 0;
    padding      : 0 10px;
}
.publications-reader-content {

    width        : 500px;

    display      : inline;
    float        : left;
    margin-left  : 0;
    margin-right : 0;
    padding      : 0 10px;
}
#reader-footnotes {
    width        : 240px;

    display      : inline;
    float        : left;
    margin-left  : 0;
    margin-right : 0;
    padding      : 0 10px;
}
.sticky-menu {
    top : 0;
}
.sticky-menu header {
    background-color : #A3CB75;
    color            : #FFFFFF;
    box-shadow       : 0 4px 15px -5px #666666;
    padding          : 10px 0 5px;
    clear            : both;
    position         : fixed;
    top              : 0;
    transition       : all 0.2s ease-in-out 0s;
    width            : 100%;
    z-index          : 900;
}
.sticky-menu header a, .sticky-menu header h1 {

    color : #FFFFFF;

}*/

.sticky-menu header {

    display    : none;
    clear      : both;
    width      : 100%;
    position   : fixed;
    top        : 0;
    z-index    : 900;
    transition : all 0.2s ease-in-out 0s;
}


