html, body, #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
/*info window*/
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.plus{
  font-size:16px;
}

/*charts*/
.highcharts-figure, .highcharts-data-table table {
    min-width: 360px; 
    max-width: 500px;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
/*legend*/
.legend {
    line-height: 18px;
    width: auto;
    margin: 1em auto;
    color: #555;
}
.legend i {
	width:18px; 
    height:16px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
