@media (min-height: 100px) {
    .fixed500{
        height: 300px;
    }
    .tabbed500{
        height:206px;
    }
}
@media (min-height: 500px) {
    .fixed500{
        height: 400px;
    }
    .tabbed500{
        height:306px;
    }
}
@media (min-height: 600px) {
    .fixed500{
        height: 500px;
    }
    .tabbed500{
        height:406px;
    }
}

.panel-small{
	width:600px;
	margin: 0px auto 0px auto;
}

.loginpanel{
	padding: 40px;
	border-radius:10px;
}

small{
	font-size: 0.9em;
	color: #a0a0a0;
	margin-left:20px;
}

.row{
	margin-top: 20px;
}

.code{
	font-family: Consolas;
	font-size:1.1em;
}

.blue{
	color:blue;
}

#verstrekkingsResultaat{
	width:100%!important;
	position:relative;
	left:15px;
}

#overdrachtsoortType{
	width:100%!important;
	position:relative;
	left:15px;
}

#kennisnetservice-form label{
	top:0px!important;
}

.scroll-y500{
	overflow			: auto;
	padding-top			: 27px;
	height 				: 480px;
}
