section {
  margin-bottom: 40px;
}

article {
  margin-bottom: 30px;
}

.job-dates, .education-dates {
  float: right;
}

li.bullet {
    display: block;
    margin-bottom: 10px;
    padding-right: 20px;
}

li.bullet:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
