﻿
@media screen and (min-width: 1200px) {

    .card-title {
        
        font-size: 13px;
        font-weight: 600;        
    }

     .card-prefix {
        font-size: 12px
    }

    .card-total {
        font-size: 16px;
        font-weight: 500
    }

    .card-sufix {
        font-size: 14px !important;
    }

    .card-units {
        font-size: 22px !important;
    }

    
    .trend-text {
        margin-left: -2px;
        font-size: 11px;
    }

    /*Subtitle*/
    .card-subtitle {
        font-size: 10px;        
    }

    /*Chart container*/
    .card-chart-container {
        position: absolute;
        top: 6.5em; /*space of the chart from the top*/
        bottom: 0;
        left: 0.3em;
        right: 0.3em;
    }

    /*Card tile*/

}
