h1.bol_header {
	display: none;
}
#main_block > br {
	display: none;
}

/* fbp */
#cont_mhp .h-block {
	margin-top: 18px;
}
#cont_mhp .h-block:first-child {
	margin-top: 0;
}

#cont_mhp a.large-banner {
  height: 430px;
  width: 470px;
  display: block;
  border-radius: 0.5em;
}

#cont_mhp a.small-banner {
  height: 130px;
  width: 245px;
  display: block;
  border-radius: 0.5em;
}

/* Topactie lijst */
.overigeaanbiedingen ul {
	padding: 0 0 0 0;
}
.overigeaanbiedingen ul li {
	margin-bottom: 1em;
}
.overigeaanbiedingen ul li a {
	text-decoration: none;
	color: #000;
}
.overigeaanbiedingen ul li a:hover {
	text-decoration: underline;
	color: #36c;
}
/* /Topactie lijst */

/* Social */
#social-icons a {
	background: url(//s.s-bol.com/nl/upload/images/pages/mhp/social/social-sprite.png) no-repeat 0 0;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 1px;
}
#social-icons a.blog {
	background-position: 0 0;
}
#social-icons a.facebook {
	background-position: -34px 0;
}
#social-icons a.twitter {
	background-position: -69px 0;
}
#social-icons a.google {
	background-position: -137px 0;
}
#social-icons a.linkedin {
	background-position: -206px 0;
}
#social-icons a.pintrest {
	background-position: -103px 0;
}
#social-icons a.youtube {
	background-position: -172px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {
	#social-icons a {
		background: url(//s.s-bol.com/nl/upload/images/pages/mhp/social/social-sprite2x.png) no-repeat 0 0;
		background-size: 237px 31px;
	}
}
/* /Social */