@media print {
    body { contain: content; }
}

@page {
  @bottom-right {
    content: string(copyright) !important;
  }
}

.md-content .md-typeset {
   background-image: url("assets/images/unibeam.png");
   background-size: 100%;
}

.redis {
  color: #EE0F0F;
}

/* --- NEW: THE "MAXIMIZE" FIX --- */

/* Force the content grid to take up 95% of the screen width */
.md-grid {
    max-width: 95% !important;
}

/* Optional: If you want the sidebar to stick to the far left edge on huge screens */
@media screen and (min-width: 80rem) {
    .md-sidebar--primary {
        left: 0;
    }
    .md-sidebar--secondary {
        right: 0;
        margin-left: 0; 
    }
}