.day_title {
font-size: 15px;
font-weight: bold;
}

td {
width: 100px;
border-bottom: 1px solid black;
text-align: center;
margin: 0px;
padding: 3px;
vertical-align: top;
}

td.event {
background-color: #FFFFC6;
}

.eventname {
font-size: 12px;
font-weight: strong;
background-color: #FFCB00;
margin-top: 7px;
}

.eventdesc {
font-size: 10px;
border: 1px solid #FFCB00;
border-top: 0px;
margin-bottom: 5px;
}

