.am-tagsinput {
	display: inline-block;
	margin-bottom: 1rem;
	padding: .5em .625em;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
	max-width: 100%;
	cursor: text
}

.am-tagsinput .tag {
	margin-right: 2px;
	font-size: 13px;
	line-height: 20px;
	padding: 0 .5em;
    cursor: pointer;
	color: #fff;
}

.am-tagsinput .tag [data-role="remove"] {
	margin-left: 5px;
	cursor: pointer
}

.am-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0 3px
}

.am-tagsinput .tag [data-role="remove"]:hover {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.am-tagsinput .tag [data-role="remove"]:hover:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.am-tagsinput input, .am-form .am-tagsinput input {
	display: inline-block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: auto !important;
	max-width: inherit;
	height: 20px;
	line-height: 20px
}

.am-tagsinput input:focus, .am-form .am-tagsinput input:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.am-form-group .am-tagsinput {
	margin-bottom: auto
}