#panel_name{
    width: 100%;
    height: 19%;
    margin-top: 2%;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    color:white;
    font-size: 1.4vw;
    border-bottom: solid 0.1px rgb(93,194,254);
}
#panel_title{
    /*height:4vh;*/
    /*line-height:4vh;*/
    /*display:flex;*/
    /*color:#fff;*/
    /*text-align:center;*/
    width: 100%;
    height: 10%;
    margin-top: 4%;
}
#panel_title span{
    flex: 1;
}
#panel_data{
    width: 100%;
    height: 70%;
}
#blank{
    height: 100%;
    width: 30%;
    float: left;
    text-align: center;
    font-size: large;
    color: #73DEBD;
    display: inline-block;
}
#history,#today{
    height: 100%;
    width: 35%;
    float: left;
    text-align: center;
    font-size: large;
//    color: rgb(57,228,245);
    color: #73DEBD;
    display: inline-block;
}
#country{
    height: 100%;
    width:30% ;
    margin-top: 5%;
    float: left;
}
#country_data{
    height: 100%;
    width:70% ;
    margin-top: 5%;
    float: left;
}

#in,#out,#all,#in_data,#out_data,#all_data {
    width: 100%;
    height: 33%;
    color: #FFFFFF;
    text-align: center;
}
#in,#out,#all{
    font-size: larger;
    text-align: center;
    display: inline-block;
}
#in_history,#in_today,#out_today,#out_history,#all_history,#all_today{
    height: 100%;
    width: 50%;
    float: left;
    font-size: larger;
    text-align: center;
    display: inline-block;
    height: 100%;
}
#in_history,#in_today{
    color: #4C98FB;
}
#out_today,#out_history{
    color: #00ca95;
}