/* This stylesheet is only used by masterview templates at design time so that other divs are hidden, this allows the designer to use absolute positioning for sections without other sections interfering with the layout. If you want to work on a different section simply disable the stylesheet or import one of the others instead */ .destroy_div { } .new_div, .edit_div, .show_div, .list_div { display: none; }