body{
	background:#e1e1e1;
	color:#666;
	font-family: 'Open Sans', sans-serif;
}
h3{
	/*font-family: 'Merriweather', georgia, serif;
	font-style: italic;*/
	font-family: exo, georgia;
	font-size: 48px;
	color:#000;
	margin-top:5px;
}
.label, .iconName, .header-button,#to-about  {
	font-family: 'Open Sans Condensed', sans-serif;
}
#to-about {font-size:17px;}

.navbar {
	height: 160px;
	background: #e1e1e1;
	opacity: .95;
	padding-top: 10px;
	/*border-bottom: #006d95 solid 1px;*/
	box-shadow: 0px -10px 20px #888;
}
.top-header{
	width:1170px;
	padding:0;
	margin:0;
}
.navbar .section{
	border-left: 1px #ccc solid;
	height:125px;
	/*box-shadow: 0px 0px 15px rgba(95, 96, 98, 0.1);*/
}

.subsection-1{
	float:left;
	font-size: 0.8em;
	width: 350px;
	height:140px;
	border-left: 1px #fff solid;
	padding-left:20px
}
.subsection-2{
	float:left;
	font-size: 0.8em;
	width: 190px;
	height:140px;
	border-left: 1px #fff solid;
	padding-left:20px;
}
.subsection-3{
	float:left;
	font-size: 0.8em;
	width: 260px;
	height:140px;
	border-left: 1px #fff solid;
	padding-left:20px;
}
.title-section{
	float:left;
	width:360px;
	padding-right:10px;
}
.left{ 
	float:left;
}
.right{ 
	float:right;
}
a:hover{
	color:black;
}
/*.vis svg {
	background-image:url('../background.svg');
	background-position: 1px 20px; 
}*/
.vis{
	margin-top:170px;
}
.vis svg{
	border-bottom: #fff 1px solid;
}
.legendIcon .axis line {
    stroke: #ddd;
    stroke-width: 2;
    shape-rendering:crispEdges;
}
.legendRegion{
	padding-top:15px;
}
.legendItem text{
	fill: #888;
	font-size: 13px;
}
.iconName {
	font-size: 18px;
	cursor: hand; 
	cursor: pointer;
	fill: #006d95;
}

.iconName rect{
	fill:#ccc;
}

.header-button{
	font-size: 18px;
	cursor: hand; 
	cursor: pointer; 
	color: #006d95;
}
.webindex{
	font-size: 18px;
	cursor: hand; 
	cursor: pointer; 
	padding-left:85px;
	color: #006d95;
	text-transform: uppercase;
}

.webindex:hover, .header-button:hover{
	color: #000;
}
.iconName:hover{
	fill: #000;
}

.active, .active rect{
	fill: #000;
	color:#000;
}

.legendIcon{
	padding-top:0px;
}
#reset{
	text-transform: uppercase;
	padding-top:30px;
}

.axis {
    shape-rendering: crispEdges;
}

.axis line {
    stroke: #ddd;
    stroke-width: 1;
    shape-rendering:crispEdges;
}

.label {
	font-size: 16px;
	stroke:none;
	fill:#666;
	font-weight: normal;
}

.map {
	stroke:none;
	/*stroke-width:1;*/
	fill: #bbb;
}

a, a:link{
	color: #006d95;
	text-decoration: none;
}

div.tooltip {
    position: absolute;
    width: 250px;
    height: auto;
    padding: 6px;
    font-size: 14px;
    background: #727272;
    color: #fff;
    border: solid 1px #727272;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -mozilla-border-radius: 10px;
    text-align: left;
	opacity: .95;
    z-index: 1200;
	visibility:hidden;
}
.tooltip h4{ 
	/*font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;*/
	font-size: 20px;
	font-weight: bold;
}

.info{
	font-size: 15px;
	width:100%;
	overflow:auto;
}
.info_0, .info_2 ,.info_1, .info_3{
	margin:0;
	text-align: center; 
	float:left;
	width:115px;
}
.info_0, .info_1{
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px dotted #aaa;
}
.info_1,.info_3{
	border-left: 1px dotted #aaa;
}
.info_2,.info_3{
	padding-top: 10px;
}
.tooltip .ttrow{
	width: 100%;
	overflow:auto;
}

.tooltip .left {
	width:190px;
	padding-right:10px;
	text-align: right;
	float: left;
}
.tooltip .right {
	width:40px;
	float: left;
	text-align: right;
}
.tooltip .header{
	width: 100%;
	overflow:auto;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
}
.tooltip .hleft {
	width:115px;
	padding-right:10px;
	text-align: center;
	float: left;
}
.tooltip .hright {
	width:115px;
	text-align: center;
	float: left;
}
.tooltip .title{
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #ddd;
	padding-bottom:0px;
}
.footer{
	padding-top: 20px;
}