:root {
  font-family:sans-serif;
  font-size:16px;
}
:not(:defined) {
  visibility: hidden;
}
svg#content {
  border:1px solid gray;
  background-color:#ddd;
  display:inline-block;
  box-sizing:border-box;
}
svg:not(:root){ 
  overflow:hidden;
}
form {
  display:inline-block;
  vertical-align: top;
  width:25%;
}
select, input {
  font-size:1rem;
  width:100%;
}
.perso {
  fill:none;
  stroke:black;
  stroke-width:2;
}
text.perso {
  fill:black;
  stroke:none;
}
fieldset {
  margin:10px;
}
#uploadFile {
  display:none;
}
.btn.btn-default img {
  height:18px;
}