h1 {
    margin-top: 0px;
}

h2 {
  font-size: 2em;
  width: 75%;
  /* border-style: solid; */
  border-width: 0px 0px 2px 0px;
  border-bottom-style: solid;
  /* border-bottom-style: none; */
}

table.month {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

tr.header, td.header {
    background-color: #f8f8aa;
    font-size:        1.2em;
}

td.monthheader, tr.eventheader  {
    color: #f8f8aa;
    background-color: #666;
    font-size:        1.2em;
}

td.event {
    background-color: #ccf;
}

td.noschool {
    background-color: #fcc;
}

td.kptoevent {
    background-color: #cfc;
}

td.wrongmonth {
    background-color: #eee;
}

h3 {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: .25em;
  text-align: center;
}

span.events {
  margin-left: 40px;
  height: 100%;
}

table.events {
    font-size: 1.2em;
    margin-top: 0px;
    border: 0;
    /* border-width: 1px;
    border-style: solid; */
}

table.events td, table.events th {
  padding: 1px 5px 1px 5px;
  border: 0;
}

td.date {
    text-align: left;
}

tr.firstdate td {
    border-width: 1px 0px 0px 0px;
    border-top-style: solid;
    /* border-bottom-style: none; */
    border-bottom-color: #fff;
}

