
table#events {
  margin-top:10px;
  height:100px;
  width:100%;
}

table#events td {
  font-size:0.8em;
}

table#events td a {
  text-decoration:none;
  color:black;
}

table#events td a:hover {
  text-decoration:underline;
}

table#events th {
  font-size:1.3em;
  color:#303030;
  font-style:italic;
  text-align:left;
  padding-left:10px;
  width:90px;
}

table#events td div.date {
  float:left;
  border:solid 1px #b6b6b6;
  height:48px;
  width:34px;
  margin-right:5px;
}

table#events td div.date div.day {
  line-height:28px;
  font-weight:bold;
  font-size:1.3em;
  background:white;
  text-align:center;
}

table#events td div.date div.month {
  text-align:center;
  font-weight:bold;
  line-height:19px;
  border-top:solid 1px #b6b6b6;
  background-color:#427AC7;
  color:white;
  text-transform:uppercase;
}

table#events td div.details {
  font-weight:bold;
}

table#events td div.activity {
  font-weight:normal;
}
