﻿


.chart { 
    min-height:560px; 
    margin: 5px; 
    width:100%;
}

.Treant > .node {  }
.Treant > p { font-family: Helvetica, Arial, sans-serif; 
              color:#46505A; 
              font-size: 11px; 
}

.photo-chart {
    
    width: 100%;
    min-height: 68px;
    height: 87px;
    width: 80px;
    overflow: hidden;
    position: relative;
}

.chart-node {
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    border:none;
    width: 25%;
    max-width:235px;
    text-align:center;
    font-size: 11px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.chart-node img {
    margin-right:  6px;
}

.chart-light-gray {
    background-color: #EBEBEB;
    }


.chart-node > .node-name {
    line-height: unset;
    margin-top: 6px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
}

.chart-node > .node-title {
   line-height: unset;
    margin-bottom: 4px;
   
}

.chart-node > .node-contact {
    line-height: unset;
    margin-bottom: 4px;
}
.chart-node > p { 
font-size: 10px; 
}
@media only screen and (max-width: 768px) {
    .firstNode {
    
    }
.photo-chart {
    min-height: 80px;
    height:190px;
    position: relative;
}
.Treant > .node {  }
.chart-node > p { 
font-size: 10px; 
}
.Treant > p { 
font-size: 13px; 
}
.chart-node > .node-name {
    font-size: 11px;
    margin-bottom: 4px;
}
.chart-node {
    font-size: 10px;
}

.chart-node {
    width: 80px;
}
}
