#Abseq {
	width: 400px;
}

#BLambert {
	width: 400px;
}

article ol li {
	list-style: disc; 
}

#chromophore {
	width: 700px;
}

#UVspec {
	width: 700px;
	margin-top: -70pt;
}
#tableContent {
	width: 14em;
	height: 27em;
}

/* ----------- Mobile ----------- */

@media only screen  
  and (max-width: 736px) {
 		#chromophore {
	 		width: 550px;
 		}
 		#UVspec {
	 		width: 400pt
 		}
}