.hipin-map{
   

    
    .stats {display: flex; flex-direction: column; align-items: flex-start; font-size:12px; padding:0px 20px}
    .country-stats-title { display: flex; align-items: center; margin-bottom: 10px; width: 100%; }
    .country-stats { display: flex;justify-content: space-between; margin-bottom: 16px; width: 100%; border-bottom:1px solid #bebebe}
    .country-name { width: 120px;}
    .active-users { margin-left: 10px; font-size: 1.2em; }
    .change { margin-left: 10px; font-size: 0.9em; color: #666; }
    .change-up { color: #008000; }
    .change-down { color: #ff0000; }
    .line{    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
        
}
