.codehilite {
    background-color: hsla(0,0%,92.5%,.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.codehilite pre {
    background-color: transparent;
    padding: .525rem .6rem;
}

@media only screen and (min-width: 76.25em) {
    .md-main__inner {
      max-width: none;
    }
    .md-sidebar--primary {
      left: 0;
    }
    .md-sidebar--secondary {
      right: 0;
      margin-left: 0;
      -webkit-transform: none;
      transform: none;   
    }
  }