.custom-vis-layout.orgchart td.google-visualization-orgchart-node {
  background: white;
  border: none;
  border-style: solid;
  border-width: 1px;
  border-color: LightGray;
  padding: 8px 16px;
  border-radius: 4PX;
  box-shadow: inset 0 -2PX 0 0 rgba(0,0,0,.08), 0 1PX 1PX 0 rgba(0,0,0,.2), 0 2PX 4PX 0 rgba(0,0,0,.1);
  transition: all .2s ease-out;
} 

.custom-vis-layout.orgchart .google-visualization-orgchart-linebottom {
    border-bottom: 1px solid #1F77B4;
}