body.style960 .newsList h2 { /* Revert Bug 28363 */
  font-size: 14px;
}

/* Revert what commit 8928 (Bug 28844) did too much (accordion title overwrites maximize text) */
body div.accordion-editmode h3.accordionHeader a, 
body.style960 div.accordion-editmode h3.accordionHeader a, 
body div.accordion h3.accordionHeader a,
body.style960 div.accordion h3.accordionHeader a {
  display: inline;
}

div.eventListBox,
div.searchResultList div.link-wrap {
     display: block;
     
     -ms-word-wrap: break-word;
     word-wrap:     break-word;
     overflow-wrap: break-word;

     word-break:     break-word;

     -webkit-hyphens: auto;
     -moz-hyphens:    auto;
     hyphens:         auto;
}

