body {
  font-family: 'Trebuchet MS', sans-serif;
}
#index-table {
  margin-bottom: 0px;
}
#index-table .left {
  padding-left: 18px;
  width: 20%;
  padding-right: 10px;
  text-align: right;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
#index-table td {
  height: 40px;
  vertical-align: middle;
}
.chosen-results li {
  font-family: inherit !important;
  font-size: 13px;
}
#organogram-view-mode {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  position: relative;
}
#organogram-view-mode .organogram-click-hint {
  position: absolute;
  left: 230px;
  top: 31px;
  color: #00aaff;
  font-size: 28px;
}
#organogram-viz {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 800px;
  position: relative;
}
#organogram-viz svg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -450px;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
#organogram-viz svg text {
  pointer-events: none;
  fill: #000;
}
#organogram-viz svg text.invertText {
  fill: #fff;
}
#organogram-viz svg .person:hover rect {
  fill-opacity: 0.8;
}
#organogram-viz svg .person:hover text {
  stroke: #000;
  stroke-width: 0.5px;
}
#organogram-viz svg .person:hover text.invertText {
  stroke: #fff;
}
#organogram-viz .hoverbox {
  position: absolute;
  display: none;
  width: 280px;
  font-size: 9px;
  border: 1px solid #000;
  padding: 2px;
  background: #fff;
}
#organogram-viz .hoverbox table {
  margin: 0 0 0 0;
}
#organogram-viz .hoverbox table td {
  padding: 1px 5px;
}
#organogram-viz .hoverbox table td:first-child {
  font-weight: bold;
  text-align: right;
  min-width: 45%;
}
