.demoContainer{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.demoContainer .return {
	cursor: pointer;
}

.demoContainer span {
	margin-right: 10px;
	cursor: pointer;
}

.demoContainer .selected {
	border-bottom: 5px solid #95bfff;
}

.demoContainer table {
	background: #f5f5f5;
	width: 100%;
	height: 100%;
}

.demoContainerTabs {
	width: 100%;
	height: 400px;
}

.demoContainerTabs .dojoTabLabels-top {
	display: none;
}

.demoContainerTabs .dojoTabPaneWrapper {
	border: 0px;
}

