table.monthlyCalendar {
border-collapse: collapse;
margin: 0 0px 0.5em 0px;
width: 100%;
border: 1px solid #aaa;
}
table.monthlyCalendar th {
border: 1px solid #ddd;
color: #666;
background-color: #f0f0f0;
text-align: center;
}
table.monthlyCalendar td {
border: 1px solid #ddd;
}
table.monthlyCalendar tbody th.listDay,
table.monthlyCalendar tbody th.listWeek,
table.monthlyCalendar tbody td {
background-color: #fff;
padding: 0 10px;
width: 1em;
font-weight: normal;
}
table.monthlyCalendar tr.Sunday th,
table.monthlyCalendar tr.Sunday td{
background-color: #ffe5e5;
}
table.monthlyCalendar tr.Saturday td,
table.monthlyCalendar tr.Saturday th {
background-color: #e5e5ff;
}
table.monthlyCalendar tr.Sunday th{
color: red;
}
table.monthlyCalendar tr.Saturday th {
color: blue;
}
table.monthlyCalendar ul {
margin-top:0.2em;
margin-bottom:0.2em;
}

table.monthlyCalendar li {
padding-left: 1em;
text-indent: -1em;
}

.listTitle {width:100%;}

table.monthlyCalendar a {text-decoration: underline; color: blue;}

.fa {border: 1px solid #DDD; margin-top:30px; padding: 15px;}

@media only screen and (max-width: 1024px){
table.monthlyCalendar th { display: table-cell; white-space: normal;}
table.monthlyCalendar td { display: table-cell; }
}
