/* static/css/base.css */
h1 {
  /*
  color: red;
  */
}

.bookcover {
  height: 200px;
  width: auto;
}

input[type=text], input[type=email], input[type=password], input[type=date] {
  width: 15em;
}

body {
  font-family: Roboto;
}

.holidays_table th,td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.holidays_table .date_cell {
  text-align: left;

}
