table.sss-calendar-simple .sss-date-time {
  text-align: center;
  font-weight: bold;
  font-size: 125%;
}
.sss-loading {
  text-align: center;
}
.sss-nav-link {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  color: darkblue;
}
.sss-nodata {
  padding: 20px;
}
table.sss-calendar-simple {
  width: 100%;
}
table.sss-calendar-simple tr td:nth-child(1),td:nth-child(3) {
  width: 25%;
}
table.sss-calendar-simple tr td:nth-child(2) {
  width: 50%;
}
table.sss-calendar-simple tr td:nth-child(3) {
  text-align: right;
}