.navbar-brand { color: #c0392b !important; font-weight: 600; }

div[class^="preview"] {
  min-height: 40px;
  max-height: 120px;
  overflow-y: scroll;
  text-overflow: ellipsis;
  border: 1px solid #bbb;
  line-height: 11pt;
  padding: 3px;
  font-family: "Baskerville";
  font-size: 10pt;
  font-weight: 300;
}

cke_contents p body, cke_contents p, cke_contents li, cke_contents b,
cke_contents h1, cke_contents h2, cke_contents h3,
cke_contents h4,cke_contents h5, cke_contents h6,
cke_contents div,cke_contents span, cke_contents strong { font-family: "Baskerville" !important; }

cke_contents p body, cke_contents p, cke_contents li, cke_contents b,
cke_contents div,cke_contents span, cke_contents strong { color: #000 !important; }

#choiceList > li {
    padding: 3px 10px;

}

#choiceList > li > button, #selectedCodes > li > button {
    padding: 2px 3px;
    margin-left: 4px;
}


button { cursor: pointer; }

.fa-info-circle { cursor: pointer; }

.tooltip-inner, .arrow {
    background-color: #117;
}

.tooltip-inner { max-width: 800px; text-align: left;}

#helpbox {
  position: absolute;
  width: 95%;
  border: 1px solid #dedede;
  z-index: 300;
  background-color: #fff;
  padding: 2px 4px;
  display: none;
}
