digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-8.53%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-7.88%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n33.9%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-2.94%" fillcolor="#EEEEEE"]
    "OperatingLeaseAssets"[label = "Operating \nLease Assets\n-3.63%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-10.7%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n2.81%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n4.15%" fillcolor="#EEEEEE"]
    "LiabilitiesNoncurrent"[label = "Liabilities, \nNon-Current\n3.00%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-41.0%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n-54.6%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n2.88%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-3.10%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-11.3%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-8.36%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n9.63%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-62.8%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n6.44%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-62.5%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-19.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-56.7%" fillcolor="#ff7973"]
    "AssetsNoncurrent" -> "Assets" [label="-8.53%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-5.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="33.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-2.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingLeaseAssets" -> "Assets" [label="-3.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-10.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="2.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="16.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNoncurrent" -> "Liabilities" [label="3.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-41.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-54.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="2.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-3.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-11.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-8.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-62.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="6.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-62.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-19.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}