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



