/* extra.css */
/* For the center panel */
  .md-grid {
    max-width: 90% !important;  Stretch to available width
  }


/* Or, for a specific pixel width:
  .md-main {
    max-width: 1000px !important;
  }
   */