digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "IntangibleAssets"[label = "Intangible \nAssets\n39.4%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-14.7%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-13.2%" fillcolor="#EEEEEE"]
    "OperatingLeaseAssets"[label = "Operating \nLease Assets\n-5.59%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.33%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-16.6%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n4.93%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n7.27%" fillcolor="#EEEEEE"]
    "LiabilitiesNoncurrent"[label = "Liabilities, \nNon-Current\n5.16%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-55.8%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n4.05%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-74.6%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-12.2%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-17.0%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-4.81%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n12.2%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-83.1%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n8.66%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-82.7%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-28.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-75.1%" fillcolor="#ff7973"]
    "IntangibleAssets" -> "Assets" [label="39.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-13.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingLeaseAssets" -> "Assets" [label="-5.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-16.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="4.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="23.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNoncurrent" -> "Liabilities" [label="5.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-55.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="4.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-74.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-17.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-4.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-83.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="8.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-82.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-28.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}