
li {list-style: none; }

.season {
	position: relative; 
	width: 425px; 
	height: 425px; 
	margin-right: 20px; 
}

#wr-text { 
	margin-right: 20px;
}

.about-text {
	width: 425px; 
	height: 425px; 
	overflow-y: scroll;
	border: 1px gray solid;
	padding: 2px;
    
}

.about-text div {
margin-bottom: 15px;
margin-top: 5px;
}

.about-text li {
	list-style: outside;
}

.googleSat {
	position: absolute; 
	top: 0; 
}

svg {position: absolute; }

#wr-site-pic, #wr-site-pic2 {display:none;}

#bigview {
	width: 850px; 
	height: 850px; 
	position: relative;
}
#bigview img { width: 100%; }
#bigview svg {
	z-index: 3000; 
	position: absolute; 
	top: center; 
	left: center;
}

.direction {
	fill: #efefef;
    text-anchor:middle; 
    font-size:24px; 
}

.percentage {
	padding: 4px;
	fill: black;
	border: 1px solid black;
}

.scale-mark {
	color:white;
	font-size:14px;
	letter-spacing:1px;
}

.scale-rect {
	fill: rgba(0,0,0,.8);
    stroke: white;
}

.selected { 
	background: #ccc;
}

#wr-instructions {
	margin-bottom: 10px;
}

#wr-download {
	margin-top: 10px;
}

.wr-title { 
	float:right;
	margin-bottom: 20px;
}

.wr-title.first {
	display: block;
	clear: both;
	float:left;
}

.wr-title span{ 
	font-weight: bold;
	font-size: 16px;
}

.wr-title.bigview {
	float:none;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 16px;
}

div.tooltip {	
    position: absolute;			
    text-align: center;			
    width: 50px;					
    height: 70px;					
    padding: 5px 10px 12px 10px;				
    font: 12px sans-serif;		
    background: #efefef;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;
    opacity:0;		
    z-index: 4000;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/* the small graphs
*/
#wr-small-panels {
	width: 940px;
}

/* the site info, instructions, controls 
*/
#wr-information {
	float: left;
	width: 500px;
}

#wr-top-right {
	/* go figure */
	float:left;
	width: 45%;
}
/* the panel navigation 
*/
#wr-navigation {
	border: 1px solid black; 
	float: left; 
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 100%;
}

#wr-navigation h3{
	margin: 5px 0 7px 3px;
}

#wr-navigation strong {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom: 2px;
}

#wr-navigation .all strong {
	margin-top:0px;
}

#wr-navigation li {
	float: left;
    width: 19%;
    border-right: 1px solid gray;
    text-align:center;
    padding-bottom: 10px;
}

#wr-navigation li.all {
	padding-bottom: 0px;
}

#wr-navigation li:last-child {
	border-right: none;
} 

#wr-navigation .avg, #wr-navigation .all {
	width:12%;
}

#wr-navigation a {
	width: 80%;
	font-size: .8em;
	display: block;
	margin: 0 auto;
}

#wr-navigation a.selected {
	color: black;
	background-color: #efefef;
	text-decoration: none;
}

#wr-navigation .avg a {
	width:100%;
}

#wr-navigation a.top {
	border-bottom: gray solid 1px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#wr-navigation .all a {
	width: 100%;
}

#wr-navigation .all svg {
	position:static;
	margin-left: 18px;
}

#wr-options {
	float: left;
	width: 48%;
	padding-left: 12px;
}

.wr-options li {
    clear: both;
}

.wr-options span {
	width: 35%;
	float: left;
} 

.wr-options select {
	width: 49%;
	float: left;
}

.wr-options input {
	margin-left: -3px;
}

#wr-legend {
	position: relative;
	height: 100px;
	width: 425px;
	padding-left: 7px;
}

#wr-legend div {
	position: absolute;
	color: black;
    font: 10px sans-serif;
    margin: 1px;
    padding: 3px;
    text-align: right;
}

#wr-legend div.top {
	left: 2px;
}

.axisUp line{
  stroke: #ccc;
}

.axisUp path{
  stroke: #ccc;
}

.measure {
	position: absolute;
	background: rgba(255,255,255,.8);
	text-align:center;
	padding-top: 6px;
	width: 95px;
	height: 70px;
	top: 32%;
	right: 8px;
	border-radius: 18px;
	z-index: 100;
	opacity: 0;
}

#bigview .measure {
	width: 140px;
	height: 105px;
	right: 20px;
	top: 35%;
	border-radius: 18px;
	font-size:150%;
}

div.bar {height:20px;}

.nodata img {display: none; }

.season.nodata {border: 1px gray solid}

.season.nodata .googleSat {
	position: relative; 
	margin-top: 47%;
	margin-left: 20%;
}

.nodata {color:gray}

a.nodata:hover {
	text-decoration: none;
	color:gray;
	cursor: default;
}

.season, #bigview {
	cursor: pointer;
}

@media only screen and (max-width: 1000px)  {
	#wr-small-panels {
		width: 100%;
	}
	
	#wr-top-right, #bigview, #bigview svg {
		width: 100%;
		height: auto;
	}
	
	#bigview .pie {
	}
	
	.season, .wr-title {
		float: left;
	}
	
	.wr-title span {
		display: block;
	}
	
	.wr-options span {
		width: 45%;
	}
	
	#wr-information, #wr-navigation {width: 100%; }
	#wr-navigation {margin-bottom: 10px; }
	
}