.uvspec {
	width: 600px;
}

#calib {
	width: 600px;
}
#EnergyMol {
	width: 600px;
}
#abshift {
	width: 700px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#tableContent {
	width: 19em;
	height: 30em
	
}


#questioncheckbox_hype_container {
	position:relative;
	overflow:hidden;
	width:700px;
	height:200px;
}
/* ----------- Mobile ----------- */

@media only screen  
  and (max-width: 736px) {
	  #abshift {
		  width: 400pt;
	  }
 		
	  #questioncheckbox_hype_container {
		  width: 100pt;
		  height: 100pt;
	  }
	  #calib {
		  width: 400pt;
	  }
	  .uvspec {
		  width: 400pt;
	  }
	  #EnergyMol {
		  width: 400pt;
	  }
}