<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mlr-minus20 {
  margin-left: -20px;
  margin-right: -20px;
}

/* overwhite */
#cboxPrevious,
#cboxNext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden !important;
}

.customers {
  margin: 0 20px;
}
.customers ul {
  letter-spacing: -.4em;
}
.customers li {
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 48%;
  margin: 0 1% 20px;
  vertical-align: top;
}
.customers li a {
  position: relative;
  display: block;
  height: 0;
  padding-top: 66.7%;
  background-color: #ececec;
}
.customers li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.customers li &gt; p {
  margin: 10px 0 0;
  text-align: center;
}
.customers li:first-child {
  width: 98%;
}

.salon-select {
  margin: 0 30px;
  text-align: center;
}
.salon-select select {
  width: 100%;
  max-width: 265px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.icon-info {
  margin-bottom: 10px;
  text-align: center;
}
.icon-info span {
  display: inline-block;
  vertical-align: middle;
}
.icon-info span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.navigations {
  margin: 0 0 10px;
  text-align: center;
}
.navigations a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #4d4d4d;
  padding: 3px 8px;
}
.navigations a img {
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.navigations a:hover {
  text-decoration: none;
  background-color: #676767;
}
.navigations a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigations span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #b3b3b3;
  padding: 3px 8px;
}
.navigations &gt; div {
  margin-top: 10px;
}

.calendar-tbl table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.calendar-tbl table th,
.calendar-tbl table td {
  border: 1px solid #ccc;
  text-align: center;
}
.calendar-tbl table th a,
.calendar-tbl table th span,
.calendar-tbl table td a,
.calendar-tbl table td span {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.calendar-tbl table th a:hover,
.calendar-tbl table th a:hover,
.calendar-tbl table td a:hover,
.calendar-tbl table td a:hover {
  background-color: #eee;
}
.calendar-tbl table th a:hover img,
.calendar-tbl table th a:hover img,
.calendar-tbl table td a:hover img,
.calendar-tbl table td a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.calendar-tbl table th {
  font-weight: normal;
  padding: 5px 0;
  word-wrap: break-word;
  line-height: 1.4;
}
.calendar-tbl table th small {
  display: block;
}
.calendar-tbl table th.sat {
  background-color: #B2E2EE;
}
.calendar-tbl table th.sun {
  background-color: #FECBDE;
}

@media screen and (max-width: 449px) {
  .calendar-tbl table {
    font-size: 3vw;
  }
}
@media screen and (max-width: 320px) {
  .customers li &gt; p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 800px) {
  .customers {
    margin: 0;
  }
  .customers ul {
    margin-bottom: 10px;
  }
  .customers li,
  .customers li:first-child {
    width: 18%;
  }

  .customers.details li,
  .customers.details li:first-child {
    width: 31.3%;
  }

  .icon-info {
    text-align: right;
  }

  .navigations {
    overflow: hidden;
    margin: 0 0 15px;
  }
  .navigations &gt; div {
    float: right;
    margin-top: 0;
    text-align: right;
  }
  .navigations &gt; a {
    float: left;
  }

  .calendar-tbl table th small {
    display: inline-block;
  }
}

/*# sourceMappingURL=reservation.css.map */
</pre></body></html>