.img-with-box {
	border: 1px solid black;
	padding: 20px;
	margin: 20px;
}

.img-center {
    margin: 0 auto;
}

.small-text {
	font-size: 16px !important;
}

.thumb-center {
	margin: 0 auto;
}

#banner-homepage {
	background-image: url('../../app/assets/banner_33o.png');
	background-repeat: no-repeat;
}

#banner-faq {
	background-image: url('../../app/assets/faq_33o.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#banner-prakt {
	background-image: url('../../app/assets/prakt_33o.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#banner-behandelingen {
	background-image: url('../../app/assets/behandelingen_33o.png');
	background-repeat: no-repeat;
	background-position: center center;	
}

#banner-inschrijven {
	background-image: url('../../app/assets/inschrijven_33o_2.png');
	background-repeat: no-repeat;
	background-position: center center;	
}

#banner-contact {
	background-image: url('../../app/assets/contact_33o.png');
	background-repeat: no-repeat;
	background-position: center center;	
}

#banner-lydia {
	background-image: url('../../app/assets/lamp_33o.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#banner-zorg {
	background-image: url('../../app/assets/zorg_20o.png');
	background-repeat: repeat-x;
	background-position: center center;
}

.graybg {
	background-color: #fafafa;
}

code > a {
	color: inherit;
}