/* Style for Person DirectEdit */

.postit {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 10px;
}
.infobox {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 10px;
}

/** Pour faire une bordure qui n'apparait pas dans firefox sur macosx **/
input, textarea, checkbox {
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}

/* header */
h2 {
  color: #006699;
}
h3 {
  color: #666666;
}

.notvisible {
  display:none;
}

.hide { color: gray; /* display: none; */}
.notallowed { display: none; }
.check_notallowed { display: none; }
.show { }
.yes { color: black; font-weight: normal; }
.no { color: gray; font-weight: normal; }

/* --- special --- */
ul br { display:none; }