#yddvizContainer {
	min-width: 280px; 
	max-width: 1220px;
	background: #e0e0e0;
	font-family: Arial;
}

#yddvizHighcharts {
	box-sizing: border-box;
	width: 100%; 
	height: 500px; 
	padding: 0 4px;
}

#yddvizHighcharts hr {
margin-bottom:0;
}

#yddvizCredits {
	padding: 3px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	clear: both;
}

.yddvizButtonGroup {
	display: inline-block;
	margin: 2px 10px;
	line-height: 1.4em;
}
.yddvizButtonHeader {
	font-family: "Yleweb", sans-serif;
	font-size: 0.7em;
}

.yddvizButton {
	background-color: #ededed;
	color: #777;
	font-family: "Yleweb", sans-serif;
	border-radius: 4px;
	display: inline-block;
	font-size: 0.8em;
	padding: 0.3em 0.6em;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.selected {
	background-color: #00b5c8;
	color: #fff;
}
.yddvizButton:hover {
	background-color: #ffb400;
	cursor: pointer;
}
.yddvizDash {
	border-radius: 4px;
	width: 0.8em;
	height: 0.8em;
	border: 1px solid #fff;
	display: inline-block;
	line-height: normal;
	box-sizing: border-box;
}