.atcd_notes textarea{
    width: 100% !important;
    margin: 0;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgray;
    box-shadow: 2px 1px gray;
    text-align: left;
}

.atcd_notes.text-small{
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.atcdItem{
  overflow: scroll;
  word-wrap: break-word;
}
.charNum{
  font-style: italic;
}
.atcd_edit_collapse_warning{
  font-style: italic;
  color: gray;
  width: 100% !important;
}

