.user-photo {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  vertical-align: middle;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .user-photo {
    width: 48px;
    height: 48px;
  }
}

a {
  text-decoration: none;
  color: black;
}

.alarm {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #eeeeee;
  color: black;
}

/*# sourceMappingURL=site.css.map */
