#report_part .title {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}
#report_part li {
  padding: 10px;
  border-bottom: 1px dashed #CCC;
}
#report_part li a {
  line-height: 27px;
}
#report_part li span {
  background: #e8ab6c;
  padding: 5px;
  border-radius: 9px;
  color: #FFF;
  margin-left: 10px;
  font-size: 12px;
}
