.item {
  clear: both;
}

.item .year {
  font-size: 1.15em;
  padding-top: .15em;
  font-weight: bold;
  color: #999;
  width: 3em;
  float: left;
}

.item .image {
  width: 100px;
  float: right;
  padding-bottom: 10px;
}

.item .title {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px 110px 6px 3.1em; 
}

.item .description {
  font-size: 1em;
  color: #333;
  margin: 0px 110px 10px 5em; 
}