.navigator{
    top: 0;
    height: 80px;
}
footer{
    bottom:0;
    height:70px;   /* Height of the footer */
}
.content{
    padding-top: 50px;
    padding-bottom:150px;   /* Height of the footer */
}
.progressMenu{
    padding-top: 30px;
    padding-bottom: 30px;
}
.abstract{
    padding-top: 20px;
    padding-bottom: 20px;
}
.data{
    padding-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    text-align: justify;
}
.c-blockquote {
    display:inline-block;
    margin:1em;
    overflow:hidden;
}
blockquote {
    border: solid 2px #757575;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}
.c-blockquote__attribution {
    display: block;
    font-style: italic;
    text-align: right;
}
  