/* align radio button vertically */
form#form_radioTopicMpower>p input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
/*svg css for ie */
div#whoSvgMap {
overflow: hidden;
}
div#whoSvgMap>svg {
width: 100%;
height: 350px;
}
/* line go button on form */
div.form-group select{
margin-bottom: 0px;
}
/* breadcrumbs styles to match cdc */
div.homeCrumbs {
	font-size: 1.2rem;
	color: #000;
}

div.homeCrumbs a {
	color: #000;
	text-decoration: underline;
}
div.homeCrumbs a:hover {
	color: #000;
	text-decoration: none;
}
/* map styles*/
g#africa > path{
	fill: #5DCAF5;
	stroke: #5DCAF5;
	stroke-width: 1px;
}
g#america > path{
	fill: #FF9E00;
	stroke: #FF9E00;
	stroke-width: 1px;
}
g#seAsia > path{
	fill: #DF4223;
	stroke: #DF4223;
	stroke-width: 1px;
}
g#europe >path {
	fill: #7030A0;
	stroke: #7030A0;
	stroke-width: 1px;
}
g#eMediteran > path {
	fill: #FFCA46;
	stroke: #FFCA46;
	stroke-width: 1px;
}
g#wPacific > path{
	fill: #00B050;
	stroke: #00B050;
	stroke-width: 1px;
}
/*----------------------*/
g#africa:hover > path, g#america:hover > path,
g#seAsia:hover > path, g#europe:hover >path,
g#eMediteran:hover > path, g#wPacific:hover > path
{
	fill: #4A6E93;
	stroke: #4A6E93;
	cursor: pointer;
}