DIV.noteside {float: left; width: 75px; padding-right: 5px;}
DIV.notepic { float: left; padding-right: 5px;}
DIV.note {
  margin-left: 150px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
DIV.notewide {margin-left: 80px;}

.publicnote { background: #DDFFDD;}
.unconfirmednote { background: #FFFFDD; border: 1px solid orange;}
.notereply {float: right;}
.notes {clear: both;}
