#thisWeek{
width: 100%;
}
#thisWeek .header{
background-color: #5A0429;
text-align: center;
}
#thisWeek .header .title{
color: white;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}
#thisWeek .title{
color: black;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
}
#thisWeek .day{
width: 95%;
margin: 0px;
margin-left: auto;
margin-right: auto;
}
.day table{
width: 100%;
border-width: 0px;
margin: 0px;
padding: 0px;
border-collapse: collapse;
border: 1px solid #5A0429;
}
.day tr.event2 td{
font-size: .7em;
font-family: Arial, Helvetica, sans-serif;
padding-left: 5px;
border-right: 1px solid #5A0429;
border-bottom: 1px solid #5A0429;
background-color: #fff;
}
.day th{
color: white;
background-color: #5A0429;
width: 25%;
font-size: .7em;
text-align: left;
padding-left: 2px;
}