.blog .entry-header {
  	float: left;
}
.blog .site-content article {
     margin-top: 0 !important;
  	margin-bottom: 20px;
}
.blog .site-content {
  	margin-top: 0 !important;
}
.blog .widget-area {
     margin-top: 5px;
}
.blog #primary {
     margin-bottom: 20px;
}
.single .site-content {
  	margin-top: 0 !important;
}
#img-container {
  	float: left;
  	width: 200px;
	margin-top: 20px;
 	padding: 10px;
	border: 1px solid #7CB7FA;
}
.nieuws {
  	float: left;
  	width: 400px;
  	margin-left: 50px;
}
.nieuws .entry-title a {
  	text-decoration: none;
}
.nieuws .entry-title a {
  	text-decoration: none;
}
.nieuws .entry-content h1 {
  	margin-bottom: 10px;
	margin-top: 10px;
}
#img-container img {
  	box-shadow: none !important;
  	display:block;
    margin:auto;
  	max-width: 200px;
}
.post .entry-header {
  	margin-bottom: 0;
}
.nav-next{
  	margin-top: 20px;
	background: url('../../../../images/volgende.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.nav-next:hover {
	background: url('../../../../images/volgende-hover.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.nav-next a {
  	text-decoration: none;
 	padding-right: 15px;
}
.nav-previous {
  	margin-top: 20px;
	background: url('../../../../images/vorige.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.nav-previous:hover {
	background: url('../../../../images/vorige-hover.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.nav-previous a {
  	text-decoration: none;
	padding-left: 15px;
}
.blog .site-content article {
  	overflow: hidden !important;
}