.mapTooltip{
	background-color: rgba(0,0,0,0.85);
	padding: 5px 10px 10px;
	white-space: nowrap !important;
	width: auto;
	font-weight: bold;
}

.tooltip-note{
	font-size: 0.65rem;
	white-space: pre-wrap;
	padding: 2px 5px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4;
}

.f32 .flag{
	vertical-align: middle !important;
	transform: scale(0.8);
	margin-left: -3px;
}

.tooltip_detail{
	font-size: 0.7rem;
	font-weight: normal;
	background-color: transparent;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	margin: 1px 0;
}

.flag-icon{
	font-size: 1.4rem;
	margin: 0.5rem 0.5rem 0.5rem 0.3rem;
	vertical-align: sub;
}

.highcharts-legend-item.highcharts-series-1{
	top: 15px !important;
}

.tooltip_detail_head,
.mapTooltip.cause_A .conflict_legend,
.mapTooltip.cause_B .conflict_legend,
.mapTooltip.cause_C .conflict_legend,
.mapTooltip.cause_D .violent_legend,
.mapTooltip.cause_E .conflict_legend{
	background-color: #fff;
	color: #000;
	padding: 2px 5px;
	border-radius: 3px;
	margin: 3px 0;
}

.highcharts-null-point,
.mapTooltip.cause_D .conflict_count{
	display: none;
}

.highcharts-series-0 .highcharts-null-point{
	display: block;
}

.highcharts-legend-item > span{
	margin-left: 5px;
}

.highcharts-legend-title span{
	left: -4px !important;
	top: -4px !important;
}

.cause_A{
	fill: #c1dfc5
}

.cause_A.bigRate{
	fill: #97c99f
}

.cause_B{
	fill: #f5d2a9
}

.cause_B.bigRate{
	fill: #EEB46F
}

.cause_C{
	fill: #eed1e5
}

.cause_C.bigRate{
	fill: #e2b3d3
}

.cause_D{
	fill: #f7c5bc
}

.cause_D.bigRate{
	fill: #f29e8f
}

.cause_E{
	fill: #aecedc
}

.cause_E.bigRate{
	fill: #78AEC5
}

.legend-info,
.legend-note:hover{
	color: black !important;
}