﻿.dl-horizontal dt 
{
    white-space: normal;
    width: 200px; 
    margin-right: 25px;
}

table.google-visualization-orgchart-table {
  border-collapse: inherit;
}

div.contactData{
    white-space: nowrap;
}

div.name{
    font-weight: bold;
}

div.description{
    color:darkgray;
}

div.type{
    color:green; 
    font-style:italic;
}
div:empty {
   display: none;
   height: 0;
}