svg {
	border: solid #00283a 5px;
	background-color: #f2f2f2;
	border-radius: 25px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

boxed {
	border: solid #00283a 5px;
	border-radius: 25px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*World map Stuff:*/
.names {
	fill: none;
	stroke: #fff;
	stroke-linejoin: round;
}

/* Tooltip CSS */
.d3-tip {
	line-height: 1.5;
	font-weight: 400;
	font-family: "avenir next", Arial, sans-serif;
	padding: 6px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFA500;
	border-radius: 1px;
	pointer-events: none;
}

	/* Creates a small triangle extender for the tooltip */
	.d3-tip:after {
		box-sizing: border-box;
		display: inline;
		font-size: 8px;
		width: 100%;
		line-height: 1.5;
		color: rgba(0, 0, 0, 0.6);
		position: absolute;
		pointer-events: none;
	}

	/* Northward tooltips */
	.d3-tip.n:after {
		content: "\25BC";
		margin: -1px 0 0 0;
		top: 100%;
		left: 0;
		text-align: center;
	}

	/* Eastward tooltips */
	.d3-tip.e:after {
		content: "\25C0";
		margin: -4px 0 0 0;
		top: 50%;
		left: -8px;
	}

	/* Southward tooltips */
	.d3-tip.s:after {
		content: "\25B2";
		margin: 0 0 1px 0;
		top: -8px;
		left: 0;
		text-align: center;
	}

	/* Westward tooltips */
	.d3-tip.w:after {
		content: "\25B6";
		margin: -4px 0 0 -1px;
		top: 50%;
		left: 100%;
	}

/*    text{
      pointer-events:none;
    }*/

.details {
	color: white;
}


/*//Here starts the graph part for CSS*/
.line {
	fill: none;
	stroke: #6f9600;
	stroke-width: 3;
}

/* Style the dots by assigning a fill and stroke */
.dot {
	fill: #00283a;
	stroke: #fff;
}

form {
	margin: 60px 0 0 0 !important;
}

.ui-slider .ui-btn-inner {
	padding: 4px 0 0 0 !important;
}

.ui-slider-popup {
	position: absolute !important;
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 36px;
	padding-top: 14px;
	z-index: 100;
	opacity: 0.8;
}


/*Slider CSS*/
.slider {
	color: blue;
}
/*SVG CSS*/
.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom 50%; /* aspect ratio */
	vertical-align: top;
	overflow: hidden;
}

.svg-content-responsive {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
}

div.tooltip {
	position: absolute;
	text-align: center;
	width: inherit;
	height: inherit;
	padding: 12px;
	font: 12px sans-serif;
	color: white;
	background: #00283a;
	border: 0px;
	border-radius: 8px;
	pointer-events: none;
}
