.umlclass {
	border: 1px solid #ccd7e6;
	background-color: #f4f5f9;
	width: 100%;
	height: 100%;
}

.umlclass .webix_diagram_text {
	padding: 0;
}

.umlclass .webix_diagram_text_inner {
	width: 100%;
}

.umlclass .props, .umlclass .methods {
	border-top: inherit;
	margin: 0;
	padding: 10px 10px;
	text-align: left;
}

.umlclass .title {
	padding: 10px 10px 10px 20px;
	font-weight: 500;
}