.sidebar .widget.nlposts-widget h3 {
	text-transform: none !important;
}

.sidebar .widget.nlposts-widget ul li:before {
	display: none !important;
}

.sidebar .widget.nlposts-widget ul li {
	margin-bottom: 1em;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0.5em;
}

.sidebar .widget.nlposts-widget h4 {
	margin: 0.5em 0 0.25em 0;
	font-size: 1.4em;
	text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

