
#speakersCalendar ul li {
font-family: Arial,Helvetica,sans-serif;
list-style-type:none;
clear:both;
font-size: 10px;
}
#speakersCalendar ul {
padding-left: 0;
margin: 10px 0;
}
span.gCalEventDate, span.gCalEventLocation {
color: #333333;
}
span.gCalEventTitle, a:link.gCalEventTitle, a:hover.gCalEventTitle, a:visited.gCalEventTitle {
color: #AA0927;
text-decoration: none;
display: block;
float: left;
width: 100px;
height: 20px;
overflow: hidden;
margin-left: 10px;
}
a:hover.gCalEventTitle {
text-decoration: underline;
}
span.gCalEventDate {
width: 52px;
display:block;
float:left;
}
span.gCalEventLocation {
margin-left: 10px;
}