/* QR Codes CMS page: let the content table use the complete content column. */
body.cms-id-52 #content.page-cms-52 > table {
  width: 100% !important;
  max-width: none;
  table-layout: fixed;
}

body.cms-id-52 #content.page-cms-52 > table img {
  max-width: 100%;
  height: auto;
}
