* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
body { background: #f2f2f2; }
.row {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.title {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.data {
  color: #ff2d2d;
  font-size: 0.9em;
}