.site,
.site-header {
 max-width: 100%;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
 /* Original max-width: 474px */
 max-width: 80%;
}

.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget
 {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
  text-align: justify;
}

#primary-sidebar #pages-2 {
    font-size: 18px;
}

.current_page_item > a {
    color: rgb(85, 215, 55);
}