#mainContent {
    margin: 0;
    padding: 0;
}

#controls {
    /*position: absolute;*/
    height: 80px;
    font-family: arial;
    /*bottom: 10px;*/
    margin: 5px;
    padding: 5px;
    z-index: 40;
    background: #fff;
    color: #444;
    width: 440px;
    left: 10px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

h3 {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #444;
}

.label {
    display: inline-block;
    width: 140px;
}

svg text {
    font: 14px sans-serif;
    text-anchor: middle
}

svg .caption {
    font: 18px sans-serif;
}

svg .axes {
    stroke: #aaa;
    stroke-width: 0.5px;
    fill: none;
}

svg .labels text {
    letter-spacing: 1px;
    fill: #444;
    font-size: 12px;
}

svg .arcs {
    stroke: #000;
    stroke-width: 0.5px;
}

svg .arctext text {
    font-size: 9px;
}

svg #windrose .arctext {
    fill: #44d;
}

svg #windspeed .arctext {
    fill: #933;
}

svg .calmwind text {
    font-size: 18px;
}

svg text.calmcaption {
    font-size: 12px;
}

svg g.tickmarks>text {
    font-size: 10px;
    fill: #888;
}

.stationname {
    text-transform: capitalize
}

h1 {
    text-align: center
}

a {
    text-decoration: none
}

#about {
    width: 500px;
    padding-left: 150px;
}

#copyright {
    font-size: 83%;
    text-align: center;
}

#diagrams {
    padding-top: 40px;
    padding-bottom: 40px;
}

#links {
    text-align: center;
    padding-bottom: 20px;
}

#links span,
#links a {
    padding-left: 8px;
    padding-right: 8px;
}

#monthControl {
    font: 16px sans-serif;
}

#monthControl g.month {
    cursor: pointer;
}

#monthControl g.month>path {
    fill: #ddd;
    stroke: black;
    stroke-width: 0.5px;
}

#monthControl g.month>path.selected {
    fill: white;
}

#monthControl circle.center {
    fill: white;
}

#monthControl g.month>text {
    text-anchor: middle;
    fill: #666;
}

#monthControl circle.backdrop {
    fill: #ccc;
}


 div.tooltip {	
    position: fixed;			
    text-align: left;			
    width: auto;					
    height: auto;					
    padding: 6px;				
    font: 12px sans-serif;	    	
    background: black;    
    border:1px solid #888888;box-shadow:0 1px 8px rgba(0,0,0,0.5);
    border: 0px;		
    border-radius: 2px;	
    pointer-events: none;	
    color:white;    		
}

