
@media only screen and (min-width:769px) {

table.ueditorTableStyle {
    width: 100% !important;
}

}
@media only screen and (max-width:768px) {


table.ueditorTableStyle {
    width: 100% !important;
}

}


