/* ec heeft vaak geen breedte dus die hier meegeven */
.content .ec {
	min-height: 300px;
	min-width: 550px;
  padding-top:13px;
  background-color:#fff;
	color: #000;
}
/* soms zit er een .content div in de ec, dis is een bug, hiermee zorg je ervoor dat ie niet de style van de main .content overneemt */
.content .ec .content {
	position: relative;
	left: 0;
	top: 0;
}

/************ interesse */

.ec p {
color:#000000;
font-size:12px;
margin-right:50px;
}
.nikiWS p {
padding:0;
}

.content .nikiWS {
	padding-bottom: 20px;
	padding-left:15px;
}

.content .nikiWS #interestForm h2 {
  color:#72a522;
  padding-left:6px;
}

.content .nikiWS #interestForm {
  background-color:#fff;
}

.content .nikiWS #interestForm .fieldset  {
  background-color:#fff;
}

.content .nikiWS .inputbutton {
  margin-right:10px;
}

.content .ec {
min-width:500px !important;
}
.nikiWS .content_partijen h2 {
width:500px !important;
}
.nikiWS .involvedparty {
	width:500px !important;
}

.ec.nikiWS.getNikiLotMap {
	height:700px !important;
}


