.page-header h1 {
  text-align: center;
  margin-bottom: 20px;
}

.delete {
  color: red;
  margin-left: 10px;
  float: right;
  padding: 4px;
  cursor: pointer;
}

#todos input[type=checkbox] {
  margin-right: 10px;
}

#todos {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#todos li {
  padding: 20px 20px;
  border-bottom: 1px solid #EEEEEE;
  clear: both;
}

.completed {
  text-decoration: line-through;
  opacity: .5;
}
