body {
  font-family: Roboto, 'Helvetica Neue', sans-serif; }
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body md-sidenav {
    min-width: 15%; }
    body md-sidenav [md-button] {
      width: 100%;
      position: relative;
      bottom: 0;
      margin: 24px 0; }
  body .demo-content {
    padding: 32px; }
  body md-toolbar md-icon {
    cursor: pointer; }
  body md-toolbar .demo-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  body h1 {
    font-size: 20px; }
