div.demoElement {
	padding: 10px;
	
}
div.demoElementHeight {
}

.myClass {
	width: 300px;
	height: 50px;
	border: 3px dashed black;
	background-color: #C6D880;
	font-size: 20px;
	padding: 20px;
}