The calendar is a Joomla standard module, it doesn’t depend on raidplanner css. Something in your template file has conflict with joomla core.
What you can do is to use the
add the
.calendar tabel {
font-size: 11px !important;
}
.calendar thead .title {
font-weight: bold;
text-align: center;
background: #333333;
color: #ffffff;
padding: 2px;
}
that will most likely revert some changes back on calendar, however I’m not sure, everything will be fixed.