/* hide jupyter notebooks input/output numbers */
.jp-InputPrompt {
    display: none !important;
  }
  
  .jp-OutputPrompt {
    display: none !important;
  }

/* Maximum space for text block */
.md-grid {
  max-width: 100%; /* or 100%, if you want to stretch to full-width */
}