/*
Used on the Featured Listings page.
This allows the WYSIWYG editor to show table borders,
which makes things easier for the user. *But* hides borders
on the actual page.
*/
#dnn_ContentPane table
{
width: 100%;
border: 1px solid #fff;
border-bottom: 1px solid #000;
}
#dnn_ContentPane table td
{
border: 1px solid #fff;
vertical-align: top;
}
