
.survey-list-item {
  cursor: pointer;
  border-width: 3px !important;
  border-radius: 5px;
}

.item-selected {
  border-color: #f0ad4e !important;
  background-color: #fdf5e7;
}

.item-unselected {
  border-color: #d5eef6 !important;
  background-color: #eaf7fb;
}