div.tagsinput {
    background: #FFF;
    border: solid 1px #E5E5E5;
    overflow-y: auto;
    min-height: 50px;
    height: 90px;
    width: 700px;
    border-radius: 3px;
    margin-top: 10px;
    padding: 8px;
    margin-bottom: 30px;
}

div.tagsinput span.tag {
	border-radius: 2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: rgb(29,79,156);
	color: white;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: helvetica;
	font-size: 15px
}

div.tagsinput span.tag a {
	font-weight: 1000;
	color: white;
	text-decoration: none;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

div.tagsinput input {
	min-width: auto;
	margin: 0 5px 5px 0;
	font-family: helvetica;
	font-size: 15px;
	border: none;
	padding: 5px;
	background: 0 0;
	color: #5B5B5B;
    outline: 0;
    box-shadow: none;
}

div.tagsinput input ::placeholder{
	font-family: helvetica;
	font-size: 10px;
}

div.tagsinput div {
	display: block;
	float: left
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0
}

.not_valid {
	background: #FBD8DB!important;
	color: #90111A!important
}