/* Scss Document */
section {
  position: relative;
}
section > .inner {
  max-width: 1000px;
}

#profile > .inner {
  max-width: 900px;
}

#history {
  background-color: #222;
}
#history * {
  color: #fff;
}

#agent {
  background-color: #F5F5F5;
}
#agent .clm3 {
  margin: 3rem auto 0;
}
#agent .clm3 > li {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#record .clm3 {
  max-width: 900px;
  margin: 3rem auto;
}
#record .clm3 > li {
  margin-bottom: 0.5rem;
}
#record .message {
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  padding: 2rem 0;
}
/*# sourceMappingURL=uniq.css.map */