#debug_info {
  padding:5px;
  clear:both;
  border:solid 1px #aaa;
}

/* styles for table mode */
table.upcoming_events {
  border:solid 1px #990000;
  padding:5px;
  margin:5px 0px;
  background: #f1f0f0;
}

table.upcoming_events td {
  margin:0;
  padding:2px;
  font-size: 11px;
}

table.upcoming_events td.merged_events.date{
  white-space: nowrap;
  vertical-align:top;
  text-align:right;
  font-weight: bold;
}
table.upcoming_events td.merged_events{
}

table.upcoming_events td .merged_event {
  margin: 0px 0px 4px 0px;
}

table.upcoming_events td a {
  margin: 2px 0px;
}
table.upcoming_events td a:hover {

}
table.upcoming_events td.date{
  white-space: nowrap;
  vertical-align:top;
  text-align:right;
  font-weight: bold;
}
table.upcoming_events td .date a {
	text-decoration: none;
}

table.upcoming_events td .icon{
  display: none;
}

table.upcoming_events td .title {
  text-align:left;
  padding: 3px 0px;
  
}

