.achievement {
  background-color: WhiteSmoke;
  border-style: solid;
  border-color: Black;
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  
  // Prevent breaking across columns.
  // See http://stackoverflow.com/questions/7785374/how-to-prevent-column-break-within-an-element
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;  
}

.achievement .name {
  font-weight: bold;
  font-size: 120%;
}

.achievement .description {
  font-style: italic;
}

.achievement .reqhead {
    font-weight: bold;
}

.achievement .image {
  width: 100px;
  height: 100px;
}

.achievements {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.book {
    font-style: italic;
}

.article {
    font-style: italic;
}