#chart-dashboard .card-current .unit
{
    font-size: .74em;
}

#chart-dashboard .chart-card
{
    position: relative;
}

#chart-dashboard .chart-card .card-chart-area
{
    position: absolute;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 10px 14px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

#chart-dashboard .chart-card .card-chart-area .card-title
{
    position: relative;

    height: 30px;
}

#chart-dashboard .chart-card .card-chart-area .card-title .switch
{
    padding-top: 3px;
}

#chart-dashboard .chart-card .card-chart-area .card-chart
{
    position: relative;

    margin-top: 10px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#chart-dashboard .chart-card .card-current
{
    position: absolute;

    text-align: center;
}

#chart-dashboard .chart-card .card-current .card-quality
{
    position: absolute;
    bottom: 0;

    width: 100%;
}

@media only screen and (max-width: 600px)
{
    #chart-dashboard .chart-card
    {
        height: 400px;
    }
    #chart-dashboard .chart-card .card-chart-area
    {
        top: 0;

        width: 100%;
        height: 200px;
    }
    #chart-dashboard .chart-card .card-current
    {
        bottom: 0;

        width: 100%;
        height: 200px;
    }
    #chart-dashboard .chart-card.tall
    {
        height: 600px;
    }
    #chart-dashboard .chart-card.tall .card-chart-area
    {
        height: 400px;
    }
}

@media only screen and (min-width: 601px)
{
    #chart-dashboard .chart-card
    {
        height: 300px;
    }
    #chart-dashboard .chart-card .card-chart-area
    {
        right: 200px;
        left: 0;

        height: 100%;
    }
    #chart-dashboard .chart-card .card-current
    {
        right: 0;

        width: 200px;
        height: 100%;
    }
    #chart-dashboard .chart-card.tall
    {
        height: 400px;
    }
}
