.doc {
  display: block;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

h3.name {
  background: #eee;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 2px;
}

h4.org {
  background: #efe;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 2px;
}

.WD, .CR, .PR, .REC {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
  text-align: center;
}

.WD {
  background: #696;
}

.CR {
  background: #6c6;
}

.PR {
  background: #9f9;
}

.REC {
  background: #cfc;
}

.PER {
  background: #6cc;
}
