﻿input[type=radio] {
	display: none;
}

.ja-nee-cell {
	width: 101px;
	text-align: center;
}

.JaNeeRadio {
	border: 1px solid #7E7E7E;
	color: #7E7E7E;
	font-weight: bold;
	padding: 5px;
	border-radius: 7px;
	width: 26px;
	display: inline-block;
	text-align: center;
}

input[type=radio]:checked + .JaNeeRadio {
	color: #FFF;
	background-color: #7E7E7E;
}

.wizard-button {
	background-color: #027ec8;
	color: white;
	height: 40px;
	width: 200px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}

#energiebewust-eenvoudig-main-div {
	margin: auto;
	width: 60%;
	display: flex;
   flex-direction: row;
}

#energiebewust-eenvoudig-div-links {
	width: 49%;
	display: inline-block;
	padding: 5px;
}

#energiebewust-eenvoudig-div-links-table {
	width: 100%;
	text-align: left;
}

#energiebewust-eenvoudig-div-rechts {
	width: 49%;
	display: inline-block;
	padding: 5px;
}

#energiebewust-eenvoudig-div-rechts-table {
	width: 100%;
	text-align: left;
}

.top-border {
	border-top: 1px solid #7E7E7E;
}

.plaatje-cell {
	width: 52px;
}

/*Kleine breedte*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#energiebewust-eenvoudig-main-div {
		padding:0 !important;
	}
}