/* Safari button reset for the signed-in My Phuture navigation trigger. */
.pm-auth-trigger {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #dcefff !important;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}
