/*
 * CSS for sytling the predevcamp location informatino
 */
 
div#locationInfo
{
  border:solid black thin;
  width:250px;
  height:250px;
 } 
  
div#locationInfo div span
{
  font-size:3px;
}

