/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-avr.-2016, 15:14:10
    Author     : arnaud
*/

  .chart-flags{
       background-size: 32px 32px !important; 
        width: 32px;
        height: 32px;
    }
    @media (max-width:500px)
    {
        .chart-flags {
            background-size: 16px 16px !important; 
            width:16px;
            height: 16px;
        }
    }
    @media (max-width:300px)
    {
        .chart-flags {
            background-size: 12px 12px !important; 
            width:12px;
            height: 12px;
        }
    }