.border-black{
  color: #fff;
  text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     1px  1px 5px #000;
}
.hortree-label{
  line-height: 20px !important;
}
header{
  background: #fff !important;
}
footer{
  background: #fff !important;
  padding: 5px !important;
  
}
.credits{
  margin:0px !important;
  text-align: right !important;
}
.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
  color: #ff8b10;
}
.navmenu>ul>li>a:before{
  background-color: #ff8b10;
}
#my-container{ 
  display: block; 
  width: 96%;
  margin: 2%;
  overflow: auto;
}
#familyTree{
  padding: 20PX;
}
.red{
  background: red !important;
}
.dt-length{
  display: none;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start{
  display: none;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    justify-content: flex-start;
    margin-right: auto;
    margin-left: unset;
}
#myTable{
  margin-top: 20px;
}
@media screen and (max-width:767px){
  .copyright, .credits{
    text-align: center !important;
  }
}