body {
  font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
  background-color: #e3e5e4; }

.container {
  margin-top: 15px;
  background-color: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-width: 0px; }

h1 {
  font-size: 40px;
  margin-top: 15px; }

.paginate {
  text-align: right; }
