/*----------------------------------------------------------------------------------------------------------------------
   This deals with the long style of the page  
-----------------------------------------------------------------------------------------------------------------------*/

/*By default set to VISABLE for non JS browsers. JS sets this to INVISABLE on page load*/
div#data-more-info {
 
	display:block; 

}
	