/*Body and mapDiv*/
body {	
	margin: 0;
	padding: 0;
	font-family: GillSans, sans-serif;
	font-size: 90%;
	background: #FFF;
	color: #000;
	margin: 0;
	padding: .5em 3%;
}

#existed2012, #existed2014, #existed2022, #websites2012, #websites2014, #websites2022, #websitesUTD2012, #websitesUTD2014, #websitesUTD2022, #facebook2012, #facebook2014, #facebook2022, #twitter2012, #twitter2014, #twitter2022, #big3_2012, #big3_2014, #big3_2022, #change2014, #change2022, #notchange2014, #notchange2022, #active2012, #active2014, #active2022, #consistentlyActive2014, #consistentlyActive2022 , #journalist2014, #journalist2022, #CharityCampaigner2014, #CharityCampaigner2022, #LocalgovOpen2014, #LocalgovOpen2022{
	height: 700px;
	width: 475px; 
	float: left;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #000000;
}

.blank {
	height: 700px;
	width: 475px; 
	float: left;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}
	
.overall {
	width: 475px; 
	float: left;
	border: 2px solid #000000;
	border-top: 1px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	margin-bottom: 10px;
}

.top {
	clear: left;text-align: center;
	margin-bottom:50px;
	text-align: left;
	font-weight: bold;
}
	

/*Headings*/
h1 {
	font-family: GillSans, sans-serif;
	font-size: 140%;
	background: #D36832;
	color: #FFF;
	margin: 0;
	padding: .5em 3%;
	border-bottom: 5px solid #387A9B;
}

h1 a:link {
	color: #FFF;
	text-decoration: none;
}

h1 a:visited {
	color: #FFF;
	text-decoration: none;
}  

h1 a:hover {
	color: #FFF;
	text-decoration: none;
} 

h1 a:active {
	color: #FFF;
	text-decoration: none;
}

h2 { 
	font-family: GillSans, sans-serif;
	font-size: 120%;
	color: #000;
	padding: 0;
}

h3 { 	
	font-family: GillSans, sans-serif;
	font-size: 100%;
	color: #000;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}


/*Copyright text*/
p.copyrightText {
	margin-top: 0px;
	padding-top: 0px
}

p.copyrightText a:link {
	color: #00F;
	text-decoration: none;
	border-bottom: 1px solid #00F;
}

p.copyrightText a:visited {
	color: #00F;
	text-decoration: none;
	border-bottom: 1px solid #00F;
}  

p.copyrightText a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
} 

p.copyrightText a:active {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}



p.instructions {
	color: #000000;
	font-family: GillSans, sans-serif;
	font-size: large;
	padding: 0;
}

li.list {
	color: #000000;
	font-family: GillSans, sans-serif;
	font-size: medium;
	padding: 0;
}


/*Info Control - the bit with the LA names and data*/
.info {
    padding: 6px 8px;
    font: 14px/16px GillSans, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #000000;
}

/*Info Control - the %age scale*/
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}