.bootstrap-tagsinput {
  background-color: transparent;
  border: none;
  display: block;
  margin-bottom: 15px;
  height: 18px;
}
	
.bootstrap-tagsinput input {
  border: none;
  border-bottom: 1px rgba(44,62,80,0.5) dashed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #2C3E50;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0 5px 0 0;
  max-width: inherit;
  width: 120px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background-color: #003366;
  height: 18px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
