digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-13.0%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n11.7%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n57.9%" fillcolor="#75cf73"]
    "OperatingLeaseAssets"[label = "Operating \nLease Assets\n-2.97%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-8.37%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-15.0%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-19.0%" fillcolor="#FFC7AD"]
    "LiabilitiesNoncurrent"[label = "Liabilities, \nNon-Current\n2.31%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n2.72%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n5.47%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenues\n14.4%" fillcolor="#BDE7BD"]
    "GeneralAndAdministrativeExpense"[label = "General And \nAdministrative \nExpense\n-11.9%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-13.0%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-18.0%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-7.35%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-15.6%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-16.7%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.01%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-16.8%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-22.2%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-54.9%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-13.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="6.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="57.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "OperatingLeaseAssets" -> "Assets" [label="-2.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-8.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-19.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="21.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-19.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesNoncurrent" -> "Liabilities" [label="2.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="2.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="5.47%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="14.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-11.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-13.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-18.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-7.35%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-15.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-16.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-3.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-16.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-22.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}