.countryquickfacts_outercontainer {
  	width: 356px;
  	height: 306px;
  	border: 1px solid #003663;
  	background-color: #FFF;
  }
  
.countryquickfacts_innercontainer {
  	width: 330px;
  	height: 280px;
  	background-color: #e1e1e1;
  	margin: 3px;
  	padding: 10px; 
  }

.largegroups_outercontainer {
  	width: 506px;
  	height: 306px;
  	border: 1px solid #003663;
  	background-color: #FFF;
  }
  
.largegroups_innercontainer {
  	width: 480px;
  	height: 280px;
  	background-color: #e1e1e1;
  	margin: 3px;
  	padding: 10px; 
  }

.countryquickfacts_outercontainer2 {
  	width: 406px;
  	height: 306px;
  	border: 1px solid #003663;
  	background-color: #FFF;
  }
  
.countryquickfacts_innercontainer2 {
  	width: 380px;
  	height: 280px;
  	background-color: #e1e1e1;
  	margin: 3px;
  	padding: 10px; 
  }
  
.profile_title {
  	color: #003663;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
  }
  
.googlemap_outercontainer {
  	float: right;
  	width: 506px;
  	height: 306px;
  	border: 1px solid #003663;
  }
  
.googlemap_innercontainer {
  	width: 500px;
  	height: 300px;
  	margin: 3px;
  }
  
.quickfact_text {
  	font-size: 11px;
  	margin-bottom: 10px;
  }