.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget
 {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}
.nav-links { display: none; } 
.tag-links {
display: none;
}
.search-toggle {
display: none;
}
.single-post .entry-date,
.single-post .byline,
.archive .entry-date,
.archive .byline {
  display:none;
}