.border-radius {
  border-radius: 6px;
}
.note {
  background: #e1e1e1;
  padding: 12px;
  position: relative;
}
.note:before {
  content: "!";
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #aeaeae;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 12px;
}
.note p {
  margin: 0 0 0 36px;
}
