digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-8.42%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n6.32%" fillcolor="#EEEEEE"]
    "OperatingLeaseAssets"[label = "Operating \nLease Assets\n-1.94%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n49.0%" fillcolor="#75cf73"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-5.39%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-11.2%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-8.69%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n1.63%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n5.39%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General And \nAdministrative \nExpense\n-7.19%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenues\n11.0%" fillcolor="#BDE7BD"]
    "LaborExpense"[label = "Labor Expense\n1.91%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-11.9%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-8.80%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-5.13%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-9.74%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.86%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-10.3%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-10.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-13.6%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-40.5%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-8.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="3.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingLeaseAssets" -> "Assets" [label="-1.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="49.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-5.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-11.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-11.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="14.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="1.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="5.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-7.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="11.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="1.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-11.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-8.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-1.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-10.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-13.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}