.selected {
  background-color: indianred;
}

p::after {
  content: " — " attr(data-mark) "/20";
  font-weight: bold;
  color: #555;
}