/** Add css rules here for your application. */


#svgwindow {
  	width:100%;
  	height:460px;max-height:460px;
	margin-top:8px;
	margin-bottom:8px;
  	overflow: hidden;
}

.colorButton {
	width:20px;
	height:20px;
	border : black 1px solid;
	cursor:pointer;
}
.styleTab {
}
.styleCell {
	margin-left:8px;
}
.styleBtn {
	cursor:pointer;
}
label.styleCell {
	width:100%;
	margin-left:8px;
}