#forcetree {
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin: auto; }
  @media (min-width: 400px) {
    #forcetree {
      height: 700px; } }
  #forcetree .custom_tooltip {
    text-align: left;
    padding: 0 1em 1em 1em;
    color: #57A0D7;
    max-width: 300px; }
    #forcetree .custom_tooltip h1 {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 0;
      white-space: normal; }
    #forcetree .custom_tooltip small {
      color: #828282; }
    #forcetree .custom_tooltip .flex {
      display: flex;
      margin-top: 1em;
      align-items: center;
      width: 100%; }
      #forcetree .custom_tooltip .flex > *:last-child {
        text-align: right;
        margin-left: 2em; }
      #forcetree .custom_tooltip .flex .e_.part {
        display: none; }
      #forcetree .custom_tooltip .flex .part {
        display: flex;
        align-items: center; }
        #forcetree .custom_tooltip .flex .part svg {
          margin: 0;
          margin-left: .5em;
          width: 1em;
          height: 1em;
          display: inline-block;
          vertical-align: middle; }
        #forcetree .custom_tooltip .flex .part .chart {
          font-size: 2em; }
    #forcetree .custom_tooltip h3 {
      color: #4F4F4F;
      margin: 0;
      font-size: 18px;
      font-weight: lighter;
      vertical-align: middle; }
      #forcetree .custom_tooltip h3 small {
        font-size: 13px;
        color: #4F4F4F;
        display: block; }
    #forcetree .custom_tooltip b {
      font-size: 0.8em; }
