body,
input {
  font-family: Verdana, sans-serif;
  font-size: 12pt;
}
body {
  letter-spacing: -0.05em;
  margin: 0;
  background-color: #999;
  overflow: hidden;
}
#image {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  -moz-opacity: 0.3;
}
.tip,
#loading {
  color: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px #000;
  -moz-box-shadow: 0 1px 4px #000;
  box-shadow: 0 1px 4px #000;
}
.tip {
  display: none;
  z-index: 20;
  opacity: 0.7;
  -moz-opacity: 0.7;
  position: absolute;
  top: 35px;
  color: #fff;
  padding: 10px;
  margin: 10px;
  background-color: #b51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e73), to(#b51));
  background-image: -moz-linear-gradient(top, #e73, #b51);
  line-height: 2.5ex;
}
.tip p {
  margin: 3px 0 3px 0;
}
.tip h1 {
  font-weight: normal;
  font-size: 16px;
  margin: 3px 0 8px 0;
}
#hideTip {
  float: right;
}
.active {
  -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.8);
  -moz-box-shadow: 0 0 10px rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
#chart {
  z-index: 10;
}
#toolbox {
  position: absolute;
  white-space: nowrap;
  z-index: 20;
  display: none;
  color: #eee;
  padding: 5px;
  -webkit-box-shadow: -2px 0 7px rgba(0,0,0,0.9);
  -moz-box-shadow: -2px 0 7px rgba(0,0,0,0.9);
  box-shadow: -2px 0 7px rgba(0,0,0,0.9);
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  white-space: nowrap;
  background-color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
  background-image: -moz-linear-gradient(top, #888, #666);
}
#loading {
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 0;
  background-image: url("/maption/images/spinner.gif");
  background-position: 10px center;
  background-repeat: no-repeat;
  margin: 20px;
  padding: 10px 20px 10px 45px;
}
#loading {
  background-color: #777;
}
form {
  float: left;
  display: none;
}
form#editNode {
  display: none;
  margin-left: 3px;
}
form#editNode label,
.tip {
  font-size: 9pt;
}
#newNode-name {
  vertical-align: top;
  margin-right: 5px;
}
#nodeIsInPhoto {
  margin-left: 10px;
  margin-top: -6px;
}
#nodeIsInPhotoLabel {
  margin-right: 5px;
}
input[type='checkbox'] {
  vertical-align: bottom;
  top: -2px;
  position: relative;
}
.spacer {
  height: 0;
  clear: both;
}
svg {
  top: 30px;
  left: 0;
  position: absolute;
  z-index: 10;
}
.node {
  stroke: #444;
  stroke-width: 1px;
  z-index: 10;
}
.node text {
  stroke: none;
}
.inPhoto {
  stroke-width: 2px;
}
line {
  stroke-width: 3px;
  stroke-opacity: 0.6;
}
line.link {
  stroke: #33c;
  z-index: 5;
}
.dragLine {
  stroke: #f00;
}
.new {
  fill: #ff0;
}
