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



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

table.ueditorTableStyle {width: 100% !important;}
td { padding: 8px !important;}
td {border: 1px solid #ddd !important;}
th {border: 1px solid #ddd !important;}

tr>td:nth-child(1) { width: 30% !important;}
tr>td:last-child { width: 70% !important;}

tr {height: auto !important;}
td {height: auto !important;}
th {height: auto !important;}

}






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

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

td { padding: 8px !important;}
td {border: 1px solid #ddd !important;}
th {border: 1px solid #ddd !important;}

tr {height: auto !important;}
td {height: auto !important;}
th {height: auto !important;}

}

