#price_history_tooltip {
	position: absolute;
	display: none;
	border: 1px solid #fdd;
	padding: 4px;
	background-color: black;
	color: white;
	opacity: 0.5;
}

#price_history_container .buttons {
	margin-bottom: 10px;
}

#price_history_container .customizavel{
    width: 50% ;
    height: 5vmin ;
    border-radius: 0.5vmin;
	margin-bottom:1vmin ;
	display: inline-block;
	float: left;
	margin-right:2vmin;
	border:0.2vmin solid lightGrey;
}
#price_history_container .buttons{
	display: inline-block;
	height: 5vmin ;
}
section center .error-generate-graphic{
	margin-top: 5vmin;
	margin-bottom: 5vmin;
}
#price_history_graph{
	width:100%;
	height:50vmin;
	
}
