div.tagsinput { border: 2px solid #052649; background: #FFF; padding:5px; width:100%;  overflow-y: auto;border-radius: 50rem}
div.tagsinput span.tag { -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px;padding-left:10px; text-decoration:none; background: #87d1c4; color: #fff; margin-right: 5px; font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag:first-child {margin-left:10px}
div.tagsinput span.tag a { font-weight: bold; color: #fff; text-decoration:none; font-size: 11px;  } 
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #fff; outline:0px;  margin-right:5px;  }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}