html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  height: 100%;
}

body {
	margin: 0;
	word-wrap: break-word;
	color: #2f2a29;
	font-family: 'Roboto', sans-serif;
	height: 100%;
}

}
.graticule {
  fill: none;
  stroke: #111;
  stroke-width: .5px;
  stroke-opacity: .5;
}

.land {
  /*fill: #222;*/
}

.boundary {
  fill: none;
  stroke: #fff;
  stroke-width: .5px;
}

.hidden { 
  display: none; 
}

.selected{
  /*fill: #fff;*/
}

div.tooltip {
  color: #222; 
  background: #fff; 
  padding: .5em; 
  text-shadow: #f5f5f5 0 1px 0;
  border-radius: 2px; 
  box-shadow: 0px 0px 2px 0px #a6a6a6; 
  opacity: 0.9; 
  position: absolute;
}

div.allcontent{
  width: 768px;
  color: #333333;
  margin:0 auto;
}

h1 {
  padding:0px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 27px;
}

.slectCountryHeader{
  padding:0px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 23px;
  font-weight:bold;
}

select:nth-of-type(1){
  font-size:23px;
  /*-webkit-appearance: none;*/
  border:0px;
    font-weight:bold;

/*  font-family: helvatica;*/
/*  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
*/
  outline: none;
}



.slectCountry1{
  font-size: 20px;
/*  font-weight:bold;
*//*  font-family:helvatica;
*/}

.selectCountry{
  font-size: 15px;
}



#graphAndTable{
  position:relative;
  width: 80%;
  height: 290px;
  margin:0 auto;

}

#country_wealth{
  float:left;
}

#chanceTable{
  padding-top: 45px;
  padding-left:300px;
}
#zero, #ten, #twenty, #fifty {
  color:#AA0000;
  font-weight:bold;
}

#graphTitle{
  position:absolute;
  left:80px;
  top:-5px;
  font-size: 14px;
  z-index: 10;
  text-align: center;
}


svg text{
    font-size: 12px;
}

.imageTitle{
    font-size: 20px;
    font-weight: bold;
}

a{
  text-decoration: none;
}