@media (min-width: 960px){
	.center-content div#map-overlays{
		height: 425px;
		margin-bottom: 0;
	}
	.left-content div#station-data{
		height: calc( 425px + 2em );
	}
}
#station-data table tr, #station-data table td{
	cursor: default;
}
#station-data tr.wet, #station-data tr.mod-wet{
	color: #004e43;
}
#station-data tr.dry, #station-data tr.mod-dry{
	color: #7a4402;
}
div#station-map-select{
	margin-top: 1em;
}
.ext-stress-cold{
    color: white;
    background-color: #843094 ;
}
.sev-stress-cold{
    color: white;
    background-color: #3700b2 ;
}
.mod-stress-cold{
    color: white;
    background-color: #0000ff ;
}
.mild-stress-cold{
    color: white;
    background-color: #00785f;
}
.no-stress{
    color: white;
    background-color: #08b30f;
}
.mild-stress-heat{
    color: black;
    background-color: #ffff00 ;
}
.mod-stress-heat{
    color: white;
    background-color: #ffad00 ;
}
.sev-stress-heat{
    color: white;
    background-color: #ff5400 ;
}
.ext-stress-heat{
    color: white;
    background-color: #ff0000 ;
}
#map-legend{
    height: 2em;
}
#cci-legend table,#chart-legend table{
	margin-left: auto;
	margin-right: auto;
}
#cci-legend td,#chart-legend td{
	width: 3em;
	height: 1em;
	text-align: center;
	font-weight: bold;
        cursor: default;
        font-size: .875em;
}
#cci-legend td{
	color: black;
}
#chart-legend td{
	color: #033faf;
}
