/* Hide footer completely - multiple specific selectors */
footer, 
.footer, 
.ft,
footer.ft,
body footer,
body .ft,
body .footer,
div footer,
div .ft,
div .footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Hide sort_order column */
td.col-sort_order, th.col-sort_order,
td.col-url, th.col-url {
  display: none !important;
}

section.content {
    margin: auto;
    max-width: 636px;
}
