.section_accordion h3
{
    font-size: smaller !important;
	/*background: #2E6E9E !important; */
	/*color: #C5DBEC !important;*/
}

.showLegend {
    float: right;
    cursor: pointer;
    cursor: hand;
    /*display: none;*/
}

.showLegend label {
        font-size: smaller !important;
    }

.hideLegend {
    float: right;
    cursor: pointer;
    cursor: hand;
}

#accordion h3 a
{
	/*color: #C5DBEC;*/
    color: #2e6e9e;
    float: right;
    font-size: smaller;
    text-decoration:underline;
}

.overlay_header {
	fontsize: large; 
	margin-top: 5px; 
	margin-bottom: 3px;
}
