#SchCanvasDiv { 
 width:calc(100% - 4px);
 height:570px;
 min-height:400px;
 margin:2px;
 float:left;
 background-color:#444444;
}
#SchCanvasDiv canvas{ 
 margin:0px;
 padding:0px;
 float:left;
}
#PropDivComp,#PropDivTime,#PropDivBox,#PropDivString {
 width:400px;
 position:fixed;
 padding:5px;
 background:#444444;
 box-shadow:black 5px 5px 30px 5px;
 visibility:hidden;
}
#PropDivComp a,#PropDivTime a,#PropDivBox a,#PropDivString a {
 font-family: Arial, sans-serif; 
 font-size:14px; 
 font-weight:normal;
}
#PropDivComp select {
 width:100%;
}
#PropDivComp button,#PropDivBox button,#PropDivString button {
 float:right;
 margin-left:5px;
 min-width:50px;
}
#PropDivComp input {
 width:60px;
 text-align: right;
 border-style: hidden;
}
#PropDivComp input:disabled,select:disabled {
 background:#888888;
}
#LibInfo {
 font-size:12px;
 font-weight:normal;
 color:#DDDDDD;
 float:left;
 margin-left:10px;
}
#btnSchematicSize {
 font-size:12px;
 font-weight:bold;
 width:30px;
 height:20px;
 float:right;
}

