p.warning::before {
  content: "Averto";
  display: block;
  font-weight: bold;
  color: #e66;
}

p.important::before {
  content: "Konsideru";
  display: block;
  font-weight: bold;
  color: #c95;
}

div.theorem .name::before {
  content: 'Teoremo: ';
  font-weight: bold;
}

div.property .name::before {
  content: 'Eco: ';
  font-weight: bold;
}
