/* Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, p, blockquote, th, td, legend {
  margin: 0;
	padding: 0;
}
body {
    font-family: 'Cardo', serif;
} 


table { 
	width: 925px; 
	border-collapse: collapse;
	border-top: 0px solid #ccc;
	margin-right: 2px;
}

table td { padding: 15; 
		   margin: 0;
		   vertical-align:top;
		   padding-top: 40px;
		}
                     
#ireland {
     fill: #008000;
     opacity: .8;
     stroke: #FFFFFF;
     stroke-width: .7;
}



#vis {
    min-height: 550px;
}

#map {
    min-height: 500px;    
    width: 400px; 

}

 #map path:hover {
		fill: #5eab1f;
		fill: #999;
		cursor: pointer;    
		pointer-events: all;
	}

#subtitle {
	    height: 430px;
	    border-top: 0px solid #e2e2e2;
	    padding: 15px;   
		font-family: 'Bevan', serif;
	    font-size: 3.0em;
 }
	
#subblurb {
    height: 430px;
    border-top: 0px solid #e2e2e2;
    padding: 15px;   
	font-family: 'Bevan', serif;
    font-size: 1.0em;   
    vertical-align:top;
}
                 