.my-toolbar {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.my-toolbar-alternate {
  background-color: white;
}

.my-list {
  padding-top: 6px;
}

.page-title {
  text-decoration: none;
}