
ul.tag-list{
    display: block;
    -webkit-padding-start: 0px;
}
ul.tag-list > li {
  list-style: none;
  display: inline-block;
  height: 30px;
}
ul.tag-list > li > a {
  border: solid 1px;
  padding: 2px 5px;
  border-radius: 5px;
  color:inherit;
}
ul.tag-list > li > a:hover {
  background-color: #eee;
}

.chosen-container-multi .chosen-drop .result-selected{
  display: none;
}
.full-height #main-wrapper{
  display: inline;
}