/* ---- olive's notes --- */
 
.noteclassic, .noteimportant, .notewarning, .notetip {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 7%;
  width: 80%;
  clear: both;
  text-align: left;
  border-collapse: collapse;
}
.noteclassic {
  background-color: #F2F7FC;
}
 
.noteimportant {
  background-color: #F7F7E0;
}
 
.notewarning {
  background-color: #F7E0E0;
}
 
.notetip {
  background-color: #E2F6D9;
}
 
td p {
  margin: 1em 0 0;
}
 
/* images */
.tdnoteclassic, .tdnoteimportant, .tdnotewarning, .tdnotetip {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
}
 
.tdnoteclassic {
  background-image: url(images/note.gif);
}
 
.tdnoteimportant {
  background-image: url(images/important.gif);
}
 
.tdnotewarning {
  background-image: url(images/warning.gif);
}
.tdnotetip {
  background-image: url(images/tip.gif);
}
 
.tdnotecontent {
  text-align: justify;
  padding: 1em 1em 1em 0px;
}
