/*
Created on : Jan 27, 2017, 11:57:50 PM
Author     : hudhaifa
*/
.chart-container .chart-pane .lines .leftLine {
  border-right-color: #898989;
}
.chart-container .chart-pane .lines .rightLine {
  border-left-color: #898989;
}
.chart-container .derivations .lines .leftLine {
  position: relative;
}
.chart-container .derivations .lines .leftLine:after {
  content: "";
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  border: 0;
}
.chart-container .derivations .lines .rightLine {
  position: relative;
}
.chart-container .derivations .lines .rightLine:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  /*bottom: 100%;*/
  left: -1px;
  bottom: -7px;
  border: solid transparent;
  border-top-color: #898989;
  border-width: 6px;
  pointer-events: none;
  margin-left: -6px;
  z-index: 100;
}
/*# sourceMappingURL=etymology-rtl.css.map */