table.wdn_responsive_table{
width: 100%;
}	

table.wdn_responsive_table td.border{
max-width: 300px;
}

@media screen and (max-width:47.99em) {
table.wdn_responsive_table td.border{
max-width: 1000px;
}
table.wdn_responsive_table td, table.wdn_responsive_table th {
display: block;
}
table.wdn_responsive_table thead tr {
display: none;
}
table.wdn_responsive_table tbody td:before {
display: block;
}
table.wdn_responsive_table tbody td:empty {
display: none;
}
}