@charset "utf-8";
table {
  border-collapse: collapse;
}
th.week {
  font-size: x-large;
  text-align: center;
  vertical-align: top;
}
td {
  border: 0px;
  text-align: left;
  vertical-align: top;
}
td.last {
  font-size: smaller;
  padding: 10px 0px;
}
td.next {
  font-size: smaller;
  padding: 10px 0px;
  text-align: right;
}
td.prev {
  font-size: smaller;
  padding: 10px 0px;
}
td.day {
  border-color: #999;
  border-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  padding: 10px 0px;
  width: 105px;
}
td.date {
  border-color: #999;
  border-style: solid;
  border-bottom-width: 1px;
  color: #800;
  font-weight: bold;
  padding: 10px;
  text-align: right;
  width: 25px;
}
td.band {
  border-color: #999;
  border-style: solid;
  border-bottom-width: 1px;
  padding: 10px;
  width: 180px;
}
td.venue {
  border-color: #999;
  border-style: solid;
  border-bottom-width: 1px;
  padding: 10px;
  width: 130px;
}
td.notes {
  border-color: #999;
  border-style: solid;
  border-bottom-width: 1px;
  font-size: small;
  padding: 10px 0px;
  width: 100px;
}

