.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 1000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 250px; padding: 5px 8px 4px 8px; text-align: center; font-family: Tahoma; font-size: 11px; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n  .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s  .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e  .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w  .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.gv-wrapper-tooltip { position: absolute; left: 50%; top: 60px; }

.genoverse .tooltip { z-index: 1000; }
.gv-karyotype-plugin .gv-karyotype-container {
  height: 50px;
  overflow: hidden;
  box-shadow: inset 0 0 33px -7px rgba(24, 36, 56, 0.97);
  border: 1px solid #000;
  background-color: #FFF;
}

.gv-karyotype-plugin .gv-karyotype-container .gv-wrapper {
  border: 0;
}

.gv-karyotype-plugin .gv-karyotype-container .gv-chromosome {
  margin: 15px;
  position: relative;
  height: calc(100% - 30px);
}

.gv-karyotype-plugin .gv-karyotype-container .gv-image-container {
  box-shadow: 0 0 33px -7px #CCC inset;
}

.gv-karyotype-plugin .gv-karyotype-container .gv-karyotype-viewpoint-wrapper {
  position: relative;
  height: 70%;
  top: -85%;
  margin: 0 15px;
}

.gv-karyotype-plugin .gv-karyotype-container .gv-karyotype-viewpoint {
  background-color: rgba(222, 84, 35, 0.37);
  border: 1px dashed #E6380D;
  box-shadow: 0 0 3px 2px rgba(237, 237, 237, 0.4) inset, 0 0 4px 0 rgba(116, 116, 116, 0.7);
  height: 100%;
  position: absolute;
  z-index: 50;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.gv-karyotype-plugin .gv-karyotype-container .ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -5px;
  top: 0;
  width: 7px;
}

.gv-karyotype-plugin .gv-karyotype-container .ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -5px;
  top: 0;
  width: 7px;
}

.gv-karyotype-plugin .gv-karyotype-container .ui-resizable-handle {
  display: block;
  font-size: 0.1px;
  position: absolute;
}

.gv-karyotype-plugin .gv-karyotype-container .gv-chromosome .gv-label-container {
  background: transparent;
  box-shadow: none;
  border: none;
  cursor: default;
  width: auto;
}

.gv-karyotype-plugin .gv-karyotype-container .gv-chromosome .gv-label-container .gv-name {
  color: #000;
  float: none;
  left: 0 !important;
  margin: 0;
  overflow: auto;
  position: relative;
  text-shadow: none;
  width: 100%;
}

.gv-karyotype-plugin .gv-karyotype-container.gv-no-label .gv-wrapper {
  margin-left: 0;
}


/*# sourceMappingURL=394.css.map*/