/* css styles */
.cv-entry {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.6em;
}
.cv-entry .cv-date {
  white-space: nowrap;
  font-style: italic;
}