body {
  font-family: avenir,sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: calibri,sans-serif;
  margin: 0;
}

ul.properties {
  list-style-type: none;
  display: inline;
  padding: 0;
}
ul.properties li {
  display: inline;
  white-space: nowrap;
}

div.milestones {
  width: 650px;
}

div.milestones {
  column-count: 2;
  column-gap: 1em;
}

div.milestone {
  margin-bottom: 8px;
  padding: 4pt;
  border: 1px solid;
  width: 95%;
  display: inline-block;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
            page-break-inside: avoid; /* Firefox */
                 break-inside: avoid; /* IE 10+ */
}

div.milestone.always {
  border: none;
  height: 100%;
}

div.milestone h3 {
  border-bottom: 1px solid;
}

h4 {
  margin-top: 8px;
}

h4+p {
  margin: 0;
  padding: 0;
  color: black;
}

.wdw {
  color: blue;
}

.dl {
  color: red;
}

.dcl-gold, .dcl-plat, .dcl-silver, .dcl-new {
  color: maroon;
}

span.date {
  float: right;
  font-weight: bold;
  color: red;
}
