    .tb_noborder th{
        width: 100px;
        background-color: transparent;   
    }
    .btn_blue {
        width: 140px;
    }
    @media screen and (max-width: 1024px) {
        .tb_noborder th{
            width: 70px;   
            background-color: transparent;   
        }
    }
