@media screen and (max-width: 480px){
    
    .uc-mobile_table {
       width:90%
   }
   
    .uc-mobile_table.t614__col {
         width:144px;
    }
    
    .uc-mobile_table.t614__buttonwrapper {
         padding: 26px 7px;
    }
}
@media screen and (max-width: 390px){

     .uc-mobile_table.t614__col {
         width:100px;
    }
}