/*
#sidebar-right-container {
  width: 275px;
}

#body {
  width: 455px;
}
*/

.field {
  clear: left;
  margin-bottom: 1.25em;
  width: 395px;
}


.error {
  border: 1px solid #F99;
  background-color: #FEE;
  padding: 4px;
}


.field .label {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: .1em;
}

.field .input {
  margin-left: 2em;
/*  margin-left: 227px; */
}

.field .example {
/*  margin-left: 227px; */
  margin-left: 2em;
  font-style: italic;
  color: #444;
}

.alert {
  background: url(exclaimation.gif) 4px 4px no-repeat #FEE;
  padding: 5px 5px 5px 30px;
  margin-bottom: 20px;
  border: 1px solid #F99;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}


#details {
  width: 400px;
}
/*
#details_flost {
  width: 420px;
}


#kb-suggestions {
  width: 100%;
}

#kb-suggestions .label {
  margin-bottom: .5rem;
}

#kb-suggestions ul {
  padding-left: 1rem;
}

.kb-suggestion {
}
*/

.big-button {
  font-size: 1.4em;
  padding: 5px 10px 5px 10px;
}

/*-- CSS for live KB search results. Added 1/23/2023 */

#live_search_results {
  display: inline-block;
  height: 300px;
  vertical-align: text-bottom;
  padding-top: 30px;
}

#live_search_results h3 {
  margin-top: 5px;
}

#details-box {
  display: inline-block;
  width: 500px;
}

#details-and-search {
  width: 1200px;
}

/* -- CSS to fix sidebar disappearing to bottom on small window widths. Added 1/23/2023 -- */

.content {
  max-width: 75% !important;
}

/* -- CSS for file drop zone -- */

.dropzone {
  border-radius: 20px;
  border: black dashed 1px;
  padding: 2rem;
}
