body {
  padding: 0;
  margin: 0;
  font-size: 16pt;
}
ul, ul li {
  padding: 0;
  margin: 0;
  display: block;
}

button, .button {
  width: 100%;
  display: block;
  font-size: 20pt;
  margin: 0 0 10px 0;
  background: #1565c0;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.buttond {
  text-decoration: none;
  width: 100%;
  padding: 20px;
  display: block;
  font-size: 20pt;
  margin: 0 0 10px 0;
  background: #1565c0;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.date {
  color: #1565c0;
}



input {
  width: 100%;
  display: block;
  font-size: 20pt;
  margin: 0 0 10px 0;
}


.time-summary {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.time-summary > div {
  padding: 0 0 20px;
}
.time-summary .time  {
}
.time-summary .status  {
  padding: 0 10px;
}

h1 {
	font-size: 18pt;
	text-align: center;
	font-weight: normal;
}
h2 {
	background: #162d57;
	color: white;
}
p {
	text-align: center;
}

#content {
  padding: 0 10px;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
#reserve-form-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  height: 100vh;
}
.alert-success {
  background: #1565c0;
  text-align: center;
  border-radius: 10px;
  margin: 10px;
  color: white;
  padding: 10px;
}
.reserved .time {
  text-decoration: line-through;
}

.res-info-wrapper {
}
.res-info-wrapper  > div {
}

.timeslots > li {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 15px 0 5px;
}

