#widget-popular-services .widget-content ul,
#widget-popular-services .widget-content ol {
  list-style: none;
}
#widget-popular-services .widget-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1.5;
}
#widget-popular-services .widget-content h5 {
  text-transform: uppercase;
}
#widget-popular-services .widget-content a {
  color: rgba(0, 0, 0, 0.87);
}
#widget-popular-services .widget-content a p {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  margin-top: 4px;
  font-weight: lighter;
}
#widget-popular-services .widget-content a:hover {
  color: #0a6ebd;
}
#widget-popular-services .widget-content a:hover p {
  color: #0a6ebd;
}
#widget-popular-services .widget-content ul > li:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}
#widget-popular-services .widget-content ol > li {
  margin-top: 24px;
  position: relative;
}
#widget-popular-services .widget-content ol > li .rating {
  position: absolute;
  top: 0;
  right: 0;
}
aside #widget-popular-services .widget-content ol > li .rating {
  position: relative;
  margin-top: 4px;
}
