/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 button.bfwk-kbo-remove {
	margin-top: 5px;
	margin-bottom: 5px;
}

.bfwk-kbo-form {
  width: 100%;
  max-width: 400px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.bfwk-kbo-hidden {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  clear: both;
}

.bfwk-kbo-expanded {
  font-style: normal;
  display: block;
}

.bfwk-kbo-gone {

  display: none;
}

.bfwk-kbo-input {
  clear: both;
  margin-bottom: 3px;
  height: auto;
  overflow: hidden;

}

div.bfwk-kbo-form button {
  width: 100%;
  /* font-size: smaller; */
}

