
@media only screen and (min-width:480px){
	body{font-size:14px;} 
	body.debug::before{content:"media query (480>) fired";font-weight:bold;display:block;text-align:center;background:#ff0000;position:absolute;right:0;left:0;top:0;z-index:99;height:24px;line-height:24px;} 
	.size1of4{width:50%;float:right;}
	
	}
	
@media only screen and (min-width:600px){
	body{font-size:14px;} 
	body.debug::before{content:"media query (600>) fired";font-weight:bold;display:block;text-align:center;background:#008000;position:absolute;right:0;left:0;top:0;z-index:99;height:24px;line-height:24px;} 
	.size1of4{width:50%;float:right;}	
	}

@media only screen and (min-width:768px){
	body{font-size:14px;}
	#logo{background:url(../img/Leiden_Garage_Akker_key_groot.png) no-repeat 0% 49%; min-height: 60px; display: block; padding-top: 20px;}
	.size1of1{float:none;width:100%;} 
	.size1of2{width:50%;} 
	.size1of3_inputtext{width:33.33333%;}
	.size1of3{width:33.33333%;} 
	.size2of3{width:66.66666%;} 
	.size1of4{width:25%;} 
	.size3of4{width:75%;} 
	.size1of5{width:20%;} 
	.size2of5{width:40%;} 
	.size3of5{width:60%;} 
	.size4of5{width:80%;} 
	.unit{float:left;} 
	.unitRight{float:right;} 
	.lastUnit{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;} 
	.container{width:100%;min-width:768px;max-width:1040px;margin:0px auto;}
	.dashboard{width:100%;min-width:768px;max-width:1040px;margin:20px auto;}
	.copyright{width:100%;min-width:768px;max-width:1040px;margin:20px auto;} 
	body.debug::before{content:"media query (768>) fired";font-weight:bold;display:block;text-align:center;background:#0000ff;position:absolute;right:0;left:0;top:0;z-index:99;height:24px;line-height:24px;} 
	body.debug{margin-top:0px;}
	.line {padding: 10px 0;}
	.hidden{display: none;}
	.show{display: inline;}
		
	}
	
@media only screen and (min-width:992px){
	body{font-size:14px;} 
	body.debug::before{content:"media query (992>) fired";font-weight:bold;display:block;text-align:center;background:#800080;position:absolute;right:0;left:0;top:0;z-index:99;height:24px;line-height:24px;} 
	body.debug{margin-top:24px;}
	
	}
	
@media only screen and (min-width:1382px){
	body.debug::before{content:"media query (1382>) fired";font-weight:bold;display:block;text-align:center;background:#ffff00;position:absolute;right:0;left:0;top:0;z-index:99;height:24px;line-height:24px;} 
	body.debug{margin-top:24px;}
	
	
	}
