digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n0.0751%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-2.67%" fillcolor="#FFC7AD"]
    "SeparateAccountsLiability"[label = "Separate \nAccount, \nLiability\n-11.8%" fillcolor="#ff7973"]
    "LiabilityForFuturePolicyBenefits"[label = "Liability for \nFuture Policy \nBenefit\n0.852%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n0.215%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount, \nAssets\n3.55%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-4.56%" fillcolor="#FFC7AD"]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet"[label = "Mortgage \nLoans on Real \nEstate, Net\n-0.178%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.607%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n0.774%" fillcolor="#EEEEEE"]
    "PolicyholderBenefitsAndClaimsIncurredNet"[label = "Benefits\n0.0709%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.0747%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-1.85%" fillcolor="#EEEEEE"]
    "PremiumsEarnedNet"[label = "Premiums \nEarned, Net\n-0.651%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-0.174%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n0.476%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.288%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n0.717%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n0.116%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n1.47%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-0.873%" fillcolor="#EEEEEE"]
    "remainder_Liabilities" -> "Liabilities" [label="0.0751%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.52%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SeparateAccountsLiability" -> "Liabilities" [label="-11.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilityForFuturePolicyBenefits" -> "Liabilities" [label="0.852%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.200%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="3.55%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.56%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet" -> "Assets" [label="-0.178%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.607%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="0.774%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderBenefitsAndClaimsIncurredNet" -> "Expenses" [label="0.0709%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.0747%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-1.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsEarnedNet" -> "Revenues" [label="-0.651%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.174%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="0.476%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0.288%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.717%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="0.116%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="1.47%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}