/*
 * Workaround for missing section sign in Font Awesome.
 * See https://github.com/FortAwesome/Font-Awesome/issues/1706
 */
.fa-sectionsignwa:before {
    font-weight: bold;
    content: '§';
}