﻿.type-persoon-image {
	height: 85px;
}

.type-persoon-image-groot {
	height: 100%;
}

#portret-td {
	height: 400px;
}

.aantal_bolletje {
	background-color: #EE2F2E;
	border-radius: 13px 13px 13px 13px;
	color: #FFF;
	height: 26px;
	width: 26px;
	line-height: 26px;
	display: block;
}

.pijltje {
	text-align: center;
	position: relative;
	top: 40px;
}

.klikbaar {
	cursor: pointer;
}

.plus-min-tabel {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

#huishouden-main-div {
	margin: auto;
	height: 100%;
}

#huishouden-tekst-div {
	text-align: left;
	padding: 10px;
	margin-left: 30px;
}

#portret-div {
	background-image: url('/Content/Images/energieprofiel/huishouden/portret-achtergrond.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	width: 500px;
}

#keuze-tabel {
	width: 660px;
	table-layout: fixed;
	text-align: center;
}

.blauw-bold {
	color: #316AC3;
	font-weight: bold;
}

.border-right {
	border-right: 1px solid #000;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#keuze-tabel {
		width: 100%;
		font-size: 11px;
	}
}
