div.blurb {
  width: 500px;
  text-align: justify;
}

table.cds {
  width: 500px;
  padding-top: 20px;
}

.cds th {
  margin: 3px #95a5d6 solid;
  background-color: #95a5d6;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.cds td {
  background-color: #d7c8ab;
  padding: 2px;
  font-size: 0.9em;
  font-weight: bold;
}

ul.minutes {
  padding-top: 5px;
  padding-left: 5px;
}

ul.minutes li {
  list-style: none;
}

div.minutes {
  position: absolute;
  left: 520px;
  top: 20px;
  width: 200px;
}
