body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.copyKey {
  border: none;
  font-size: small;
  width: 100%;
  cursor: pointer;
  overflow: visible;
  text-align: center;
}

.cursor-normal {
  cursor: auto;
}

#removeImage {
  width: 25px;
  height: 25px;
  background: #fff;
  line-height: 25px;
  border-radius: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  cursor: pointer;
}

.label-info{
  background-color: #5bc0de;
}

.bootstrap-tagsinput{
  line-height:34px !important;
  width: 100% !important;
  padding: 0 !important;
}

.form-control{
  height: 2.2rem !important;
}