/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

path {
stroke-width: 1 !important; /* control the countries borders width */
stroke:#F05A1A !important; /* choose a color for the border */
}

path:not([fill^="#f5f5f5"]):hover {
fill: #F05A1A !important;
}

#tabs ul.ui-tabs-nav {
	background: none !important;
	border: none !important;
	border-bottom: solid 1px #CCC !important;
}

.google-visualization-tooltip {
	box-shadow: rgb(102, 102, 102) 1px 2px 4px !important;
	-webkit-box-shadow: rgb(102, 102, 102) 2px 3px 6px !important;
	display: inline !important;
	background: #444444 !important;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 28px !important;
	text-align: center !important;
	width: 6em !important;
}
.google-visualization-tooltip ul {
	border-bottom: none !important;
}
.google-visualization-tooltip ul li span {
	color: #FFFFFF !important;
	
}
