.entry-content,
.entry-summary,
.page-content {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}

.CustomWidget *{
    background-color:none !important;
}
.CustomWidget >li {
	list-style: none;
}