.FooterBibliography {
    max-width: 1000px;
    width: 100%;
    padding: 20px;
    margin: auto
}

.FooterBibliography p {
    font-family: Roboto, sans-serif;
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 10px
}

.FooterBibliography ol {
    padding: 0 0 0 20px
}

@media only screen and (max-width:768px) {
    .FooterBibliography ol {
        display: none
    }
}

.FooterBibliography ol li {
    font-family: Roboto, sans-serif;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em
}