ul.child {
  list-style-type: none;
}
.girl {
  color: red;
}
.boy {
  color: blue;
}
.ir {
  float: right;
  text-align: center;
  margin-left: 1em;
}
.cr {
  height: 1px;
  clear: right;
}
