body {
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 1.2em;
}

header {
  font-size: 15px;
  padding: 5px;
}

h1 {
  font-size: 20px;
  padding: 10px;
  text-align: left;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: left;
}

.shop-list {
  padding: 10px;
}

.shop-list > .shop {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
  border-radius: 5px 5px;
}

.course-list {
  padding: 10px;
}

.course-list > .course {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
  border-radius: 5px 5px;
}

.course-list > .course .description {
  margin-top: 5px;
  color: #555;
  font-size: 15px;
}

.course-list > .course .buttons {
  margin-top: 10px;
  padding: 5px 5px;
  text-align: center;
}

.course-list > .course .buttons a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 20px;
  border: 0px solid #000;
  width: 50%;
}

.reservation-table {
  margin: 20px 20px 20px 20px;
  width: calc(100% - 40px);
}

.reservation-table th {
  font-size: 15px;
  border: 1px solid #cdcdcd;
}

.reservation-table tr.date th {
  border-bottom: 0px solid #cdcdcd;
}

.reservation-table tr.day-of-week th {
  border-top: 0px solid #cdcdcd;
}

.reservation-table tbody th {
  width: 60px;
}

.reservation-table tbody td {
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 5px;
}

.reservation-table tbody td a {
  color: #cdcdcd;
}

.day-6 {
  color: blue;
}

.day-0 {
  color: red;
}

.reservation-form {
  margin: 20px 20px 20px 20px;
  width: calc(100% - 40px);
}

.reservation-form input {
  font-size: 20px;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
  border: 1px solid #cdcdcd;
  border-radius: 5px 5px;
}

.reservation-form button[type=submit] {
  font-size: 16px;
  padding: 10px 30px;
  float: right;  
  border: 0px solid #000;
}

.selected-info {
  padding: 30px 20px;
  margin: 20px 20px;
  border: 2px solid #cdcdcd;
}

.selected-info strong {
  font-weight: bold;
}

.form-message {
  margin: 10px 20px;
}