#doc {
      width: 100%;
}

.instructor {
  width: 48%;
  float: left;
  padding: 5px;
  margin-left: 5px;
}

.instructor img {
      float: left;
      padding-right: 5px;
      width: 133px;
      height: 157px;
}

.instructor .name {
  font: 160% serif;
  font-weight: bold;
  margin-right: 1em;
}

.instructor .description {
      font: 100% arial;
}

