.cross {
  display: block;
  float: right;
  color: #a00;
  font-weight: bold;
  margin-left: 20px;
}

.cross:hover {
  color: #f00;
}