.bootstrap-buttons-div {
  margin-bottom: 0.2em;
} /* Usage of em since we don't know size set by theme */

.elicit-button {
  white-space: normal !important;
  height: 6em !important;
  display: table !important;
  margin-top: 5px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #000 !important;
  border-radius: 15px !important;
  background-color: #fff !important;
  min-height: 150px !important;
  min-width: 100% !important;
}

.elicit-button label {
  padding: 1rem !important;
  display: table-cell !important;
  vertical-align: middle !important;
/*   font-size: 2rem !important; */
/*   font-weight: 600 !important; */
  text-align: center !important;
}

.elicit-button:hover {
  cursor: pointer !important;
  background-color: rgb(0 0 0 / 10%) !important;
}

.elicit-button.active {
  background-color: rgb(0 0 0 / 15%) !important;
}

.elicit-button.focus {
  outline: none !important;
}
