html {
  font-family: sans-serif;
  background: #f8f4f0;
}

ol {
  list-style-type: none;
  margin: 0 auto;
  width: 600px;
  font-style: italic;
}

li {
  position: relative;
  padding: none;
  background-color: #ddd;
  height: 86px;
}

li:nth-child(odd) {
  background-color: #ccc;
}

em {
  color: #aaa;
  position: absolute;
  left: -50px;
  top: 20px;
  width: 40px;
  font-size: 36px;
  text-align: right;
}

.organization span {
  color: #844;
}

span {
  font-style: normal;
  position: absolute;
  left: 100px;
  top: 19px;
  overflow: hidden;
  height: 50px;
}

img {
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 5px;
}

a {
  display: block;
  text-decoration: none;
  font-size: 40px;
  color: #222;
}

small {
  width: 80px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  text-align: right;
  right: 8px;
  bottom: 3px;
  color: #fff;
}
