.calendar {
  width: 98%;
  margin-left: 1%;
  padding: 0;
}

table caption {
  color: white;
  border: 10px;
  margin-bottom: 10px;
  font-size: xx-large;
}

table caption a {
  color: white;
  border: 10px;
  margin-bottom: 10px;
  font-size: xx-large;
}

.calendar td {
  height: 7em;
  vertical-align: top;
  background-color: white;
}

.calendar th {
  color: white;
  height: 2em;
  width: 14%;
  padding-top: 0.2em;
  background-color: black;
}

.calendar th:first-child {
  -moz-border-radius: 1em 0 0 0;
  border-radius: 1em 0 0 0;
}

.calendar th:last-child {
  -moz-border-radius: 0 1em 0 0;
  border-radius: 0 1em 0 0;
}

.calendar tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 1em;
  border-radius: 0 0 0 1em;
}

.calendar tr:last-child > td:last-child {
  -moz-border-radius: 0 0 1em 0;
  border-radius: 0 0 1em 0;
}

.day {
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  float: right;
  color: white;
  background: black
}

.calendar ul {
  list-style: none;
  margin: 0;
  padding: 0 3px 0 3px;
}

.entry {
  font-weight: normal;
  color: black;
}

.calendar li {
  text-align: center;
  padding-top: 6px;
  font-size: small;
}
