
html, body {
  background-color: #ffffff;
  font-family: sans-serif;
}

#svg-pan-zoom-controls {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
}

div#stale {
    float: right;
    color: white;
    background-color: #ff0000;
    /*box-shadow: 10px 10px 5px grey;*/
    border-radius: 5px;
    padding: 5px;
}

td {
  vertical-align: top;
  min-width: 50px;
  padding: 5px;
}



p.helptitle {
    font-weight: bold;
}


td pre, td p {
  margin-top: 5px;
}

.top  {
  background-color: blue;
  color: white;   
  border-radius: 5px;
  font-weight: normal;
}


div#help_outer {
    max-width: 98%
}
div#help_inner {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    background-color: #ffeedd;
    box-shadow: 10px 10px 5px grey;
    min-height: 100px;
    border-radius: 5px;
}


tdbox {
    min-width: 50px;
}
imgbox {
    width: 100px;
}

#submitbutton {
  background-color: blue;
  color: white;
  box-shadow: 5px 5px 5px #eee;
  padding: 5px 10px 6px;
  /*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
  border-radius: 5px;
  font-weight: normal;
}

div.beforetable {
  font-size: smaller;
  width: 100%;
}
