digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-1.21%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n5.46%" fillcolor="#BDE7BD"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-3.25%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-3.21%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-0.547%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n-1.05%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n2.37%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n6.21%" fillcolor="#BDE7BD"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-1.47%" fillcolor="#EEEEEE"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.390%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-17.0%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-25.4%" fillcolor="#ff7973"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n5.36%" fillcolor="#BDE7BD"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-1.59%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n-5.30%" fillcolor="#FFC7AD"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n4.68%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.232%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n0.235%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.52%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-9.40%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-9.23%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="-1.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="5.44%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.863%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-3.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-3.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.547%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="-1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="2.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="6.21%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-1.47%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.390%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-13.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-25.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="5.36%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-5.30%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="4.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.232%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.235%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-9.40%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}