.notify {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 30px;
  height: auto;
  width: 250px;
}

.notify > .btn {

  position: absolute;
  bottom: 10px;
  right: 10px;

}

.btn-ok, .btn-cancel {
  border: none;
  padding: 7px;
  position: absolute;
  bottom: 10px;
}

.btn-cancel {
  right: 20px;

}

.btn-ok {
  right: 80px;
}

h2 {
  font-family: "helvetica", "Helvetica Neue", san-serif, serif;
  padding-bottom: 14px;
  font-weight:500;
}

p {
  font-family: "helvetica", "Helvetica Neue", san-serif, serif;
  font-weight:300;
  font-size:13px;
  line-height:1.5em;
  padding-bottom: 30px;
}

h2 > i {
  position: absolute;
  top: 10px; right: 10px;
}
