body {
  font-family: sans-serif;
  margin: 20px;
}
#status {
  margin-bottom: 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
th, td {
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
}
th {
  background-color: #eee;
}
button {
  margin-top: 10px;
  margin-right: 5px;
}
.new-data {
  background-color: #dff0d8;
}
