digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-25.2%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-52.9%" fillcolor="#FFC7AD"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-11.0%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-10.8%" fillcolor="#EEEEEE"]
    "OperatingLeaseAssets"[label = "Operating \nLease Assets\n-5.00%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-20.4%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n-38.0%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-30.0%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n5.63%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenues\n18.9%" fillcolor="#BDE7BD"]
    "GeneralAndAdministrativeExpense"[label = "General And \nAdministrative \nExpense\n-24.6%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-22.7%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-49.6%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-27.6%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n1.32%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-52.5%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n31.9%" fillcolor="#BDE7BD"]
    "NetIncome"[label = "Net Income\n-15.2%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-14.7%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-62.0%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-93.7%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-25.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-41.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-28.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-11.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingLeaseAssets" -> "Assets" [label="-5.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-20.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-38.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-30.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="5.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="18.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-24.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-22.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-49.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-27.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-23.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="23.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-52.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="31.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-15.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-14.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-62.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "LiabilitiesCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}