.dualmultiselect label {
  margin: 10px;
}

.dualmultiselect .list {
  padding: 10px;
  height: 150px;
  overflow-y: scroll;
}

.dualmultiselect .list ul {
  list-style: none;
  padding-left: 0px;
}

.dualmultiselect .list ul li {
  width: 100%;
  padding: 4px 8px 4px 4px;
  border-bottom: 1px dotted #CFCFCF;
}

.dualmultiselect .list ul li a:hover {
  text-decoration: none;
}

.dualmultiselect .xs {
  height: 150px;
}

.dualmultiselect .sm {
  height: 225px;
}

.dualmultiselect .md {
  height: 300px;
}

.dualmultiselect .lg {
  height: 450px;
}