div.progressrow{
	font-size:8px;
	line-height:12px;
}

span.progressbar{
	border:1px solid black;
	background-color:lightgray;
	width:120px;
	height:8px;
	display:block;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:5px;
	float:left;
}

span.progressbar span.filler{
	background-color:darkred;
	height:100%;
	padding:2px;
	display:block;
}

span.progressbar span.filler.medium{
	background-color:darkorange;
}

span.progressbar span.filler.good{
	background-color:green;
}

button.code_button_resume,
input#control_code{
	display:none;
}

a.spreekuur_aanpassen{
	display:none;
}

.eerste_ja{
	color:green;
}

.eerste_anders{
	color: rgb(128, 128, 128);
}

div.spreekballon{
	width:314px;
	height:92px;
	z-index:99;
	display:block;
	position:absolute;
	left:380px;
	top:40px;
}

div.overlay_all{
	display:none;
	width:100%;
	height:100%;
	background-color:rgb(20,20,20,.9);
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	padding:50px;
}

div.overlay_all div.row{
	z-index:1000;
	background-color:white;
}

@media only screen and (max-width: 700px) {
  div.spreekballon {
    display: none;
  }
}
