#field_rbintegrations_trello ul {
  background-color: white;
  border: 1px #b8b5a0 solid;
  margin: 10px 0 0 0;
  padding: 0;
}
#field_rbintegrations_trello ul:empty {
  border: 0;
}
#field_rbintegrations_trello ul .trello-card {
  border-bottom: 1px solid #ceccbd;
  height: 28px;
  line-height: 28px;
  list-style: none;
  padding: 0 10px;
  vertical-align: middle;
}
#field_rbintegrations_trello ul .trello-card:last-child {
  border-bottom: none;
}
#field_rbintegrations_trello ul .trello-card .trello-card-card a {
  font-weight: normal;
}
#field_rbintegrations_trello ul .trello-card-details {
  display: none;
}
.trello-field.selectize-control.loading .selectize-input:before {
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  z-index: 2;
}
.trello-field.selectize-dropdown {
  z-index: 110;
}
.trello-card-card a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.trello-card-details {
  color: #D0D0D0;
}
.trello-card-list,
.trello-card-board {
  font-weight: bold;
}
/*# sourceMappingURL=trello.css.map */