As after headings vertical space is handled a little more economical.
pre, blockquote, p, ul, ol {
margin-bottom: 1rem;
}
Hoizontal rules with my colors:
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border-width: 0;
border-top: 1px solid #BABABA;
}
hr.menu {
color: #59B34D;
background-color: #59B34D;
border-color: #59B34D;
margin-bottom: 1rem;
}
The forward/backward-Buttons should not overlap if screen is tight:
div.pagination {
overflow: hidden;
}