.container {
  position: relative;
  padding: 6px;
}
.pin {
  position: absolute;
}
.right {
  right: 0;
}
.bottom {
  bottom: 0;
}
.success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
  background-color: #008000;
  background-image: linear-gradient(#008000, #005a00);
  border-color: #5ca941;
}
.center {
  margin: auto;
}
