/* Mobile + usability improvements */
html, body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }
.container, .container-fluid { padding-left: 12px; padding-right: 12px; }
@media (max-width: 767px) {
  .navbar .toplevel { font-size: 16px !important; line-height: 1.35 !important; }
  .cfshdg h1, h1 { font-size: 30px !important; line-height: 1.25 !important; }
  h2 { font-size: 24px !important; line-height: 1.3 !important; }
  h3 { font-size: 20px !important; line-height: 1.35 !important; }
  p, li, a, .cfsbdyfnt { font-size: 16px !important; line-height: 1.6 !important; }
  .max1270 { width: 100% !important; }
  #inhdr img, #outhdr img, .img-responsive { height: auto !important; }
  .text-right, .text-left { text-align: center !important; }
}


/* Hide obituary/recent remnants globally */
.obit-hdr-v2, .horizobits, .horiz-obit, .recent-obits, .obituaries, .obitlist, .obitname {
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  overflow:hidden !important;
}
