body {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 1em;
}

a {
  color: #009;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input {
  border: solid 1px #eee;
  border-radius: 0.5em;
  padding: 0.5em;
}
input:focus {
  outline: 0;
  border-color: #009;
}
input[type="submit"] {
  background-color: #eee;
  border-color: #ccc;
  min-width: 3em;
  cursor: pointer;
}

form.search {
  margin: 2em 0;
}

.weather-chart {
  background-color: #fefefe;
  border: solid 1px #eee;
  border-radius: 0.5em;
  width: 100%;
}