						html 
						{
						  font-size: 1rem;
						  font-family: Verdana, Arial, sans-serif; 
						}
						
						body 
						{
						  padding: 0rem;
						  border: 0px solid red; 
						}
						
						#container_header_desktop
						{
						display: block;
						position: fixed;
						padding: 0px;
						border-bottom: 1px solid black;
						width: 100%;
						height: 95px;
						color: black;
						top: 0px;
						left: 0px;
						background-color: #ADD9FE; 
						}

						#baobab
						{
						position:fixed;
						display: block;
						left:0px;
						top: 1px;
						}

						#logo
						{
						display: block;
						position: fixed;
						left: 9rem;
						top: 1px;
						color: brown;
						width: 18rem;
						}
						
						#version
						{
						display: block;
						position: fixed;
						right: 2rem;
						top: 0.4rem;
						font-size: 1.3rem; 
						}

						#viewport {
						position: fixed;
						top: 2.2rem;
						right: 2rem;
						color: black;
						font-size: 1.3rem; 
						}
						
						#mirror {
						position: fixed;
						top: 4.2rem;
						right: 2rem;
						color: black;
						font-size: 1.3rem; 
						}
						
						.button_mirror
						{
							padding-right: 0.5rem; 
							padding-left: 0.5rem;
							padding-top: 0.2rem; 
							padding-bottom: 0.2rem;
							border: 1px solid grey; 
							border-radius: 0.5rem; 
							height: auto; 
							width: auto; 
							cursor: pointer;
							text-align: centre;
							font-size: 1.3rem;	
							background-color: white; 
							color: black; 
						}
						
						.button_mirror:hover
						{
							background-color: #777777;	
							color: white; 	
						}
						
						#viewport_width_php
						{
							position: fixed;
							top: 6.2rem;
							right: 2rem;
							color: black;
							font-size: 1.3rem; 
						}
						
						#no_bots
						{
						display: block;
						position: fixed;	
						top: 18rem;
						left: 4.5rem;	
						border: 0px solid black; 
						}
						
						#robot
						{
						display: block;
						position: fixed;	
						top: 20rem;
						left: 0rem;
						width: 75%; 
						}
						
						#modus_geselecteerd
						{
						display: block;
						position: fixed;	
						top: 14.5rem; 
						font-size: 1.5rem; 
						left: 4rem; 
						}

						.modi 
						{
						display: block; 
						position: fixed; 
						width: 36rem;
						margin: 0rem;
						border: 0px solid black; 
						top: 9.2rem;
						left: 4rem; 
						}
						
						.modus {
						background-color: white;
						color: black;
						padding: 0.5rem;
						height: 4rem;
						width: 4rem;
						float: left; 
						}



						#checkbox_button
						{
							display: inline-block;
							position: relative;
							top: 0rem;
							width: 2rem;
							height: 2rem;
							float: right; 
						}
						