.demo-container {
	box-sizing: border-box;
	width: 100%;
	
	height: 270px;
	padding: 0px 0px 0px 0px;
	margin: 10px auto 10px auto;
	/*border: 1px solid #ddd;*/
	/*background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);*/
	/*box-shadow: 0 3px 10px rgba(0,0,0,0.15);*/
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	position: relative;
}

.demo-placeholder {
	width: 100%;
	height: 98%;
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
}

.legend table {
	border-spacing: 1px;
}