.n-wrapper {
  position: fixed;
  right: 1em;
  bottom: 1em;
}
.n-box {
  position: relative;
  width: 26em;
  height: 6em;
  margin: .8em auto;
  padding: .5em 1.4em .5em .6em;
  border-radius: .3em;
  box-shadow: 0 .4em 1em -.2em rgba(0, 0, 0, .2);
  background: #f0f0f0;
}

.n-close {
  display: block;
  position: absolute;
  top: .6em;
  right: .4em;
  width: 1em;
  height: 1em;
  line-height: .6em;
  text-align: center;
  color: #777;
  border: 1px solid #777;
  border-radius: 50%;
  cursor: pointer;
}

.n-picture {
height: 42pt;
  width: 42pt;
  display: block;
  border-radius: 50%;
  float: left;
}

.n-message {
  font-size: 1em;
  display: block;
  width: 78%;
  float: right;
  color: #444;
}

 .n-message a {
    text-decoration: none;
    text-transform: capitalize;
    color: #2ECBAA;
}
