/* stylesheet for demo and examples */
.content{
	overflow: auto;
	position: relative;
	padding: 20px;
	border:1px solid #cccccc;
	margin: 10px;
	width: 740px;
	max-width: 100%;
	height: 400px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content_popup{
	overflow: auto;
	position: relative;		
	max-width: 100%;
	color:#000;
}

