/* Right-align the top navigation tabs */
.md-tabs__list {
  justify-content: flex-end;
}
