/* Hide footer completely and its divider */
.md-footer,
footer,
.footer,
.md-footer-copyright,
hr:last-of-type {
  display: none !important;
}

/* Remove bottom border/divider from content */
.md-content {
  border-bottom: none !important;
}
