div.description{

  }
div.description p{
  margin: 0px auto 5px auto;
  }
div.title{
  font-weight: bold;
  display: inline;
  }
div.requirement{
  font-weight: bold;
  }
div.ages{
  }

div.requirement, div.ages{
  display: inline;
  /*Adds space between text for IE*/
  margin-left: 3px;
  }
