@import "jquery.svg.css";

div#canvascontainer {
  float: left;
  padding-left: 20px;
  width: 450px;
  height: 440px;
}

div#canvas {
  border: 1px solid gray;
  width: 400px;
  height: 400px;
}

div#svgcanvas {
  background-color: #eee;
  position: absolute;
  width: 400px;
  height: 400px;
}

div#vbody {
  position: relative;
}

div.marker {
  position: absolute;
  width: 7px;
  height: 7px;
  cursor: pointer;
}

div.marker[id$="0"] {
  background-color: blue;
}

div.marker[id$="1"] {
  background-color: green;
}

div.marker[id$="2"] {
  background-color: red;
}

p#strokewidth > input {
  width: 2em;
  margin: auto 0.5em;
}

textarea {
  font-size: 12px;
}