@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 428px) {
    p.center {
        display: block;
        padding-bottom: 10px;
        width: 100%;
        
        text-align: center;
        font-weight: bold;
    }
    
    .tb-wrap{
        width:100%;
        overflow-x:scroll;
    }
    
    table{
        border-collapse: collapse;
        width: 800px;
    }
    
    .Executive,
    .Business,
    .Public {
        border-collapse: collapse;
        font-size: 16px;
        font-weight: 550;
    }
    
    
    .Executive th,
    .Public th{
        font-size: 18px;
    }
    
    td.blue {
        font-size: 17px;
    }
    

    
}