@media only screen and (min-width: 769px){
.ueditorTableStyle tr:first-child td {
    padding: 11px 10px !important;
}
.ueditorTableStyle td, .ueditorTableStyle th {
    padding: 8px 10px !important;
    border: 1px solid #DDD;
}
.ueditorTableStyle{width:100% !important;}
}
@media only screen and (max-width: 769px){
.ueditorTableStyle{width:200%;}
.ueditorTableStyle td, .ueditorTableStyle th {
    border: 1px solid #DDD;
    padding: 8px 10px !important;
}
}