/* pickup-calendar.css */

table.calendar {
  font-size: 100%;
  margin: 0px;
}

table.calendar caption {
  font-size: 120%;
  font-weight: bold;
  line-height: 100%;
  margin: 0px;
}

table.calendar thead {
  margin-bottom: 1px;
}

table.calendar th {
  border-bottom: 2px solid #000000;
  font-size: 80%;
}

table.calendar td {
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 80%;
}

table.calendar td.service {
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
  background-color: #cccccc;
}

table.calendar td.left {
  border-left: 1px dashed #000000;
}

table.calendar td.right {
  border-right: 1px dashed #000000;
}

table.calendar td.service div {
  border: 1px solid #cccccc;
  padding: 0px;
  margin: 0px;
}

table.calendar td.service div.day {
  border: 1px solid #000000;
}

