<html><body><p>/* align radio button vertically */
form#form_radioTopicMpower&gt;p input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
/*svg css for ie */
div#whoSvgMap {
overflow: hidden;
}
div#whoSvgMap&gt;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 &gt; path{
	fill: #5DCAF5;
	stroke: #5DCAF5;
	stroke-width: 1px;
}
g#america &gt; path{
	fill: #FF9E00;
	stroke: #FF9E00;
	stroke-width: 1px;
}
g#seAsia &gt; path{
	fill: #DF4223;
	stroke: #DF4223;
	stroke-width: 1px;
}
g#europe &gt;path {
	fill: #7030A0;
	stroke: #7030A0;
	stroke-width: 1px;
}
g#eMediteran &gt; path {
	fill: #FFCA46;
	stroke: #FFCA46;
	stroke-width: 1px;
}
g#wPacific &gt; path{
	fill: #00B050;
	stroke: #00B050;
	stroke-width: 1px;
}
/*----------------------*/
g#africa:hover &gt; path, g#america:hover &gt; path,
g#seAsia:hover &gt; path, g#europe:hover &gt;path,
g#eMediteran:hover &gt; path, g#wPacific:hover &gt; path
{
	fill: #4A6E93;
	stroke: #4A6E93;
	cursor: pointer;
}</p></body></html>