.cldcontainer
{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.cldmonth
{
  text-align: center;
  font-weight: bold;
  background-color: #ff9800;
}

.cldprepost
{
  text-align: center;
  font-weight: bold;
}

.cldweekday
{
  text-align: center;
  font-weight: bold;
  background-color: #ffc107;
}

.cldday
{
  font-size: 80%;
  text-align: center;
  border: solid 1px #9e9e9e;
  min-height: 100px;
}

.calendarevents
{
  text-align: left;
  line-height: 100%;
  border-collapse: collapse;
  width: 100%;
}

.calendarevents a
{
  text-decoration: none;
}

.calendarevents tr
{
  padding-bottom: 2px;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
}