.OfficeDeptChart .jOrgChart > table > tbody > tr:nth-child(3) td {
  /*border-top: 0 !important;*/
  border-top: 1px dashed #5E5E5E;
}

  .OfficeDeptChart .jOrgChart > table > tbody > tr:nth-child(3) > td:nth-child(1) {
    border-top: 0 !important;
  }

.OfficeDeptChart .jOrgChart > table > tbody > tr:nth-child(2) td {
  display:none;
}

.OfficeDeptChart .jOrgChart {
  position: relative;
  left: calc(100% - 150px);
}

.jOrgChart {
  padding-bottom: 5px;
}
.jOrgChart table { /* reset width */
  width: auto;
}

/* Horizontal drawing (default) styles */
/* Draw the lines */
.jOrgChart .line {
  height: 20px;
  width: 1px;
}

.jOrgChart .down {
  background-color: #5E5E5E;
  /*margin: 0px auto;*/
  margin: 0 49.999999%;
}

.jOrgChart .top {
  border-top: 1px solid #5E5E5E;
}

.jOrgChart .left {
  border-right: 1px solid #5E5E5E;
}

.jOrgChart .right {
  border-left: 1px solid #5E5E5E;
}

/* node cell */
.jOrgChart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

/* The node */

.jOrgChart .node.selected {
  background-color: #3399FF !important;
  border: 1px dotted black;
}

.jOrgChart .node {
  /*border: solid 1px black;*/
  background-color: transparent;
  display: inline-block;
  /*display: block;*/
  /*width: 100px;*/ /* vertical type node width */
  /*min-height: 60px;*/ /* vertical type node min-height */
  z-index: 10;
  margin: 0 2px;
  cursor: pointer;
  padding-left: 5px;
}

  /* support vertical draw child nodes */
  .jOrgChart .node.vertical {
    float: left;
  }

.jOrgChart .cover {
  /*position: absolute;*/  
  /*margin-top: 14px;*/
  /*margin-left: -5px;*/
  /*position: absolute;
    cursor: pointer;
    margin-top: -61px;
    margin-left: -93px;
    width: 193px;
    height: 60px;
    border-radius: 10px;
    opacity: 0;*/
  /*position: absolute;*/
  cursor: pointer;
  margin-top: 6px;
  margin-left: -1px;
  display: none;
}

.collapseIcon {
  height: 0;
}
/* Vertical drawing styles */
.jOrgChart .multi-tree {
  margin: 0;
  float: left;
}

  .jOrgChart .multi-tree .content {
    color: black;
    background-color: white;
    text-decoration: none;
    border: 1px solid black;
    width: 100px; /* horizontal type node width */
    min-height: 60px; /* horizontal type node min-height */
    cursor: pointer;
  }

  .jOrgChart .multi-tree .selected {
    background-color: #3399FF !important;
    border: 1px dotted black;
  }

  .jOrgChart .multi-tree span {
    width: 109px;
    text-decoration: none;
    display: block;
    margin: 0 0 0 1.2em;
    padding-top: 10px;
    background-color: transparent;
    border: solid black;
    border-width: 0 0 1px 1px;
  }

    .jOrgChart .multi-tree span .content {
      display: block;
      position: relative;
      top: .95em;
      background-color: #fff;
      margin: 0 0 .2em .7em;
      padding: 0;
    }

  .jOrgChart .multi-tree ul, .multi-tree li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

    .jOrgChart .multi-tree ul li {
      line-height: 1.2em;
    }

      .jOrgChart .multi-tree ul li ul li {
        margin: 0 0 0 1.2em;
        border-left: 1px solid black; /* vertical node connector line */
      }

  /* if node is last then need to remove left connector */
  .jOrgChart .multi-tree li.last ul li {
    border: none;
  }
