/* Order Annotations */
.content-annotations > dl{
  font-size:1.3em;
  font-weight:bold;
  text-transform: uppercase;
}
.content-annotations > dl > *{
  font-size:1em;
  font-weight:normal;
  text-transform: none;
}
.content-annotations > dl > dd > dl > dt:after {
  content:": ";
}
.content-annotations > dl > dd > dl > dd:after {
  content:"\A";
  white-space: pre-wrap; /* or pre */
}
.content-annotations > dl > dd dt,
.content-annotations > dl > dd dd {
  display:inline;
} 
.invalid-feedback {
    background-color:red;
    color:white;
}