.easy-autocomplete.eac-square input {
	min-width: 0;
	max-width: 300px;
}
.easy-autocomplete .eac-square {
	min-width: 0;
	max-width: 300px;
}


#yddvizContainer {
	font-family: "YleWeb", arial, sans-serif;
	min-width: 310px;
}

h3#yddvizHeader {
	clear: both;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.yddvizMenuItem {
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 0 0;
}


.yddvizButtonGroup {
	line-height: 20px;
}

@media screen and (max-width: 400px) {
	.yddvizButtonGroup {
		display: inline-block;
	}
}
}

.yddvizButtonHeader {
	font-family: "Yleweb", arial, sans-serif;
	font-size: 16px;
}

.yddvizButton {
	background-color: #00b5c8;
	color: #fff;
	font-family: "Yleweb", sans-serif;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	padding: 4px 6px;
	text-transform: uppercase;
	margin: 2px;
}
.yddvizButton:hover {
	background-color: #ffb400;
	cursor: pointer;
}
.yddvizDash {
	border-radius: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: normal;
	box-sizing: border-box;
}

#yddvizChart, #yddvizChart2 {
	min-width: 298px; 
	max-width: 1200px;
        box-sizing: border-box;
	width: 100%;
	height: 600px; 
	margin: 5px auto;
	border: 2px solid #ddd;
}

@media screen and (max-width: 400px) {
	#yddvizChart, #yddvizChart2 {
		height: 400px; 
}
}

#yddvizChart2 {
	margin-top: 35px;

}
