#page {
  background-color:#FFFFFF;
  color:#000000;
  margin:0 auto;
  padding-inline: 1.25rem;
  position:relative;
  text-align:left;
  max-width:923px;
  font-family:verdana,sans-serif;
  font-weight:500;
  letter-spacing:0;
  line-height:1.3em;
  font-size: 13px;
  padding-block-end: 10px;
}

#header{
  position: relative;
}

#header img{
  display: block;
  max-width: 100%;
  max-height: 150px;
  aspect-ratio: 480/173;
  object-fit: contain;
  margin-inline: auto;
}

#footer{
  margin-top: 20px;
  text-align: right;
  margin-bottom: 10px;
}

h1{
  font-size: 14.3px;
  color: #3550AB;
  margin-bottom: 1em;
}


form table,
p,
div.submit{
  margin-bottom: 1em;
}

form table{
  border-bottom: 2px solid #2d4279;
  width: 100%;
}

form table th,
form table td{
  padding: 0 1em 5px 0;
  vertical-align: top;
}

form table th{
  width: 20%;
}

p.note{
  color: #666;
  margin-bottom: 0;
}

div.error{
  color: #d00;
}

.flashes div.error{
  margin-bottom: 1em;
  color: #fff;
  background: #d00;
  padding: 5px 10px;
}

.procedure-list {
  width: 100%;
  max-width: 35rem;
}

.procedure-list-item {
  border-top: 1px solid #999;
}

.procedure-list-item a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 1.5rem 2.5rem 1.5rem 0;
  width: 100%;
  color: #00E;
}

.procedure-list-item a:hover {
  text-decoration: underline;
}

.procedure-list-item:last-child {
  border-bottom: 1px solid #999;
}

.procedure-list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
  background: url(/assets/icons/chevron-d5006e69f148a2910321ff1bcc7e9667a7697eac7e59c30d79411ecbc46cf164.svg) no-repeat right/contain;
}

.timeslots {
  overflow: auto;
}

.timeslots table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.timeslots td,
.timeslots th{
  padding: 2px 5px;
  vertical-align: top;
  width: 120px;
}

.timeslots td,
.timeslots tbody th{
  border: 1px solid #ccc;
  border-left: 1px solid #999 ;
  border-right: 1px solid #999;

}

.timeslots tbody th{
  border-left: 0;
  white-space: nowrap;
}

.timeslots tr.even td,
.timeslots tr.even th{
  background-color: #eee;
}

.timeslots tr.odd td,
.timeslots tr.odd th{
  background-color: #fff;
}

.timeslots tr th:first-child,
.timeslots tr td:first-child {
  position: sticky;
  left: 0;
}
