.component-picker {
  text-align: left;  
}

.component-picker .list-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2.5px;
}

.component-picker .component-list:last-child {
  margin-bottom: 0px;
}
.component-picker .component-list {
  /* text-indent: 2em; */
  margin-left: 15px;
  margin-bottom: 10px;
}

/* .component-picker .component-list .component {
  border-radius: 7.5px;
  box-shadow: 0px 2px 3px 3px lightgrey;
  padding: 2.5px 5px;
  margin-bottom: 7.5px;
  user-select: none;
  cursor: move;
} */

.component-picker .component-list .material-icons {
  float:left;
  margin-right: 2.5px;
}