body{
	font-family: sans-serif;
	font-size: .85rem;
	line-height: 160%;
}



#main-container{
	width: 800px;
	margin: 0 auto;
}

#main-title,
#top-container,
#middle-container,
#table-container,
#bottom-container{
	clear:both;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	min-height: 30px;
	margin-top:20px;
	margin-bottom:50px;
	
}

#main-title{
	margin-bottom:20px;
	text-align: center;
	/*font-family: 'Duru Sans', sans-serif;*/
	font-size: 1.5rem;
}

#bottom-container,
#top-container,
#middle-container{
	width:98%;
	padding-left:.5%;
	padding-right:.5%;

}

#table-container{
	margin-top: 0px;
}
#top-container{
	margin-bottom: 0px;
}

#middle-container{
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	}


#table-container{
	width:100%;
	padding: 0px;
}

#intro-box{
	padding-left: 10px;
	padding-right: 10px;
}

.left-container{
	vertical-align: top;
	display: inline-block;
	width:340px;
	padding-left: 10px;
	padding-right: 30px;

}

.left-container p{
	text-align: justify;
}

.right-container{
	vertical-align: top;
	display: inline-block;
	width:335px;
	margin-left: 55px;
	
	
}

#map{
	width: 100%;
	min-height: 300px;
	margin-top: 45px;
	margin-bottom: 45px;
}

#table-container{
	height: 320px;
	
	overflow: hidden;
}



#table-header{
	width: 100%;
	

}

#wage-chart{
	width: 100%;
	height: 250px;
	overflow-y:scroll;
}

#wage-chart table, 
#wage-chart .data-svg{
	display: inline-block;
}


#table-header p{
	vertical-align: top;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 185px;
	text-align: center;
	/*height: 50px;*/
	
	margin: 0;
	font-weight: 500;
	font-size:.97rem;

}

#wage-chart table tr td{
	width: 150px;
	height: 60px;
}


.data-rows td{
	
}

.occ-title{
	padding-left: 15px;
	font-size: .75rem;


}

.occ-hr{
	text-align: center;
	font-size: .75rem;
	font-weight: bold;

}

.occ-annual{
	text-align: center;
	font-size: .75rem;
	font-weight: bold;
}

.data-svg{

}


#display{
  width:100%;
  margin: 0 auto;
  min-height: 30px;
  /*max-width: 265px;*/
 
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Alef', sans-serif;
  margin-top: 20px;
  



}

#display h3{
	font-size: .8rem;
	text-align: center;
	font-family: 'Duru Sans', sans-serif;
}

#display table{
  
 /* border-collapse: collapse;*/
  width: 100%;
  margin: 0 auto;
  
  
}




#display table tr th{
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 20px;
}



#diplay table tr th,
#display table tr td{
  text-align: right;

}

#display table tr td{
	font-size: .73rem;
}

th:nth-of-type(1),
td:nth-of-type(1),
th:nth-of-type(2),
td:nth-of-type(2){
  padding-right: 25px;

}

#display table tr td.yearly{
	padding-right: 10px;
	padding-right: 15px;
}



/*#display table tr th:first-child*/
#display table tr td:first-child{
  text-align: right;

}

table #total td{
  padding-top: 8px;
  border-top:1px solid #F00C0C;
}

#display table #total td{
	font-size: 1.7rem;
	padding-bottom: 15px;

}

table #diff{
  font-size: .95rem;
  
}

table #diff .yearly{
  
  font-weight:900;
}



.tooltip{
	position: fixed;
	top:400px;
	right: 0px;
	width: 150px;
	height: auto;
	padding: 8px;
	display: none;
	z-index: 1000;
	border-radius: 6px;
	opacity: 0.9;

	

}

.arc path{
	stroke-width:.5;
	storke-color: #fff;
	fill:none;
}

.x line, 
.x path, 
.x text{
	display: none;
}


select{
	outline: 0px;
	width: 300px;
	padding: 3px;
	cursor: pointer;
}


.pcttxt text{
	fill:#fff;
	font-size: 15px;
}

.pcttxt #posp{
	fill:#3CDE3C;
	font-size: 90px;
	
}

/*Colors*/


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
}

#bottom-text{
	display: none;
}

#metro{
	margin-top: 30px;
}





