.bootstrap-multiemail {
	min-height: 100px;
	width: 100%;
	cursor: text;
	margin-bottom: 0px;
}

.bootstrap-multiemail .tag {
	background-color: #e1e1e1;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 3px;
	color: #363636;
	padding: 1px 5px;
	line-height: 27px;
}

.bootstrap-multiemail .tag.invalid {
	background-color: #eb1616;
	color: white;
}