/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
 
/* Prevent awkward word-breaks and hyphens globally across the site */
body, p, h1, h2, h3, h4, h5, h6, li, a {
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}
#footer {
    display: none !important;
}