.logo__container {
  position: relative;
  width: 100%;
  height: 100px;
  background: #f8f8f8;
}

.logo__img {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#profileMap {
  width: 100%;
  height: 500px;
}

textarea {
  width: 100%;
  height: 5rem;
}

.msg {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  padding: 5px;
}

.msg__title {
  margin: 3px;
  position: relative;
}

.msg__time {
  font-size: 8pt;
  text-align: right;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

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