.bmwcalendar {
font-family: sans-serif; .bcEvents { color: #20c;
table-layout:auto;
}
.bcBanner {
font-weight: bold;
font-size:xx-large;
text-align: center;
color: #808080;
}
.bcMonth {
font-size:larger;
font-weight:bold;
text-align:center;
background-color:navy;
color:white;
}
.bcEvent {
border-bottom: 1px solid #ddd;
}
.bcEvent.today {
background-color: #fff7d7;
}
.bcEvent td:nth-child(1) {
padding-left: 1em;
color: #36c;
}
.bcEvent td.bcDesc {
text-align: left;
word-break:break-word;
}
.bcDate {
padding: 0.5em;
width: min(10em,25vw);
}
.bcEvent a {
text-decoration: none;
color: inherit;
font-weight:bold;
}
.bcEvent a:hover {
text-decoration: underline;
color: blue;
}
.bcHide {display:none}
}