html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

.layout-tricell .mdl-layout__header,
.layout-tricell .mdl-layout__drawer-button {
  color: white;
}

.layout-tricell .mdl-navigation__link .material-icons {
	margin-right : 16px;
}
.layout-tricell .mdl-navigation__link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.layout-tricell a:link { text-decoration: none; color: #FFF; font-weight: 400;}
.layout-tricell a:visited { text-decoration: none; color: #FFF; }
.layout-tricell a:active { text-decoration: none; color: #FFF; }
.layout-tricell a:hover { text-decoration: none; color: #FFF; }