digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-19.1%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-62.3%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-24.6%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-31.5%" fillcolor="#FFC7AD"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-26.9%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n15.3%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-2.10%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n2.22%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenues\n-27.6%" fillcolor="#FFC7AD"]
    "GeneralAndAdministrativeExpense"[label = "General And \nAdministrative \nExpense\n1.76%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-16.2%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n12.9%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n23.3%" fillcolor="#BDE7BD"]
    "RevenueFromReimbursement"[label = "Revenue from \nReimbursement\n-3.12%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n4.14%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-64.3%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n-4.70%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-19.3%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-4.48%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-64.5%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-99.1%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-19.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-57.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-36.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-24.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-31.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-26.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="15.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-2.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="2.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="-27.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="1.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-16.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="12.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="23.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromReimbursement" -> "Revenues" [label="-3.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-36.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="31.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-64.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-4.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-19.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-64.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "LiabilitiesCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}