.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}
.widget-area .widget {
	margin-bottom: 1rem;
}

.widget-area .widget h3 {
	margin-bottom: .5rem;
}
body {
    font-size: 9;
    font-family: Helvetica,Arial,sans-serif;
    text-rendering: optimizelegibility;
    color: rgb(68, 68, 68);
}
.main-navigation {
	width: 960px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	border-color: rgba( 0, 0, 0, 0.1 );
}
.main-navigation ul.nav-menu {
	border: none;
	margin: 0 auto;
	display: block;
	width: auto;
}