﻿#features {
  list-style: none;
  padding: 0 0 1rem;
}
#features li {
  padding-left: 75px;
  background-repeat: no-repeat;
}

#features .icon-testResults {
    background-image: url("../images/quicklinks/test_results.png");
    background-repeat: no-repeat;
}
#features .icon-calendar {
    background-image: url("../images/quicklinks/appointments.png");
    background-repeat: no-repeat;
}
#features .icon-record {
    background-image: url("../images/quicklinks/health_record.png");
    background-repeat: no-repeat;
}
#features .icon-history {
    background-image: url("../images/quicklinks/medical_history.png");
    background-repeat: no-repeat;
}
#features .info {
  font-size: 0.9rem;
}
