﻿#home-main {
    height: calc(100% - 10px);
    flex-direction: column;
}

    #home-main .chart {
        color: var(--blur-gray-45);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
    }

    #home-main .chart .charttext {
        font-size: 12px;
    }

    #home-main div.subtitle {
        flex: 0;
        white-space: nowrap
    }

    #home-main #line-1, #line-2 {
        flex: 1;
        width: 100%
    }

        #home-main #line-1 > div {
            flex-direction: column
        }

            #home-main #line-1 > div:last-child {
                width: 30%;
                min-width: 30%;
                flex: 0
            }

            #home-main #line-1 > div div.title {
                flex: 0;
                width: 100%;
            }

    #home-main #line-2 a {
        display: inline-block;
        width: 100%;
        height: 100%
    }

        #home-main #line-2 a > div {
            flex-direction: column;
            height: 100%;
            width: 100%
        }

            #home-main #line-2 a > div > div {
                width: 100%
            }

                #home-main #line-2 a > div > div:first-child {
                    flex: 0;
                    width: 100%
                }
