.notification {
  border-radius: 6px;
  border: 4px solid #999;
  background: #ccc;
  width: auto;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 88;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear; }
  .notification p {
    font-family: "Calibre", sans-serif;
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px 0; }
    .notification p:nth-child(3) {
      text-transform: uppercase; }
  .notification a {
    font-family: "Calibre", sans-serif;
    text-decoration: underline; }
    .notification a.email {
      background-color: #12b29c;
      border-color: #0d8473; }
    .notification a.hack {
      background-color: #ef5c5c;
      border-color: #ea2e2e; }
    .notification a.alert {
      background-color: #ffae42;
      border-color: #ff980f; }
      .notification a.alert p {
        font-family: "Calibre", sans-serif; }

.notification.effect {
  opacity: 1; }

/*# sourceMappingURL=noti.css.map */
