.j-select  {
  text-transform: none;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
  border-radius: 0;
  min-height: 16px;
  min-width: 30px;
  line-height: 20px;
}
.j-select-button {
  padding: 3px 5px;
  margin: 0 10px 0 0;
  font-size: 13px;
  text-transform: none;
  line-height: 16px;
  min-height: 14px;
  min-width: 50px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.j-select-button > span{
  color: #337ab7;
  border-bottom: 1px dotted #337ab7;
}
.j-select-focus{
  display: block;
  border: none;
  padding: 0;
  height: 1px !important;
  width: 1px !important;
  min-height: 1px !important;
  min-width: 1px !important;
  margin: 0;
  opacity: 0.1;
}
.j-select-checkbox{
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.j-select-checkbox .md-label{
  white-space: nowrap !important;
  overflow: hidden !important;
  line-height: 1 !important;
}
.j-select-item > .j-select-remove-button {
  width: 50px;
  min-width: 50px;
}