body .googlecalendar.fc{
font-size:14px;
}
.fc table {
margin: 0;
padding: 0;
}
.fc h2 {
font-size: 21px;
}
.fc-scroller {
height: auto!important;
}
.iswidget .fc-content {
text-align: center;
}
.iswidget span.fc-title {
display: none;
}
@media (max-width:1010px)
{
body .googlecalendar.fc {
font-size: 12px;
}
}
@media(max-width:900px)
{
.iswidget .fc-content {
text-align: left;
}
.iswidget span.fc-title {
display: initial;
}
}
@media(max-width:500px)
{
.fc-content, .iswidget .fc-content {
text-align: center;
}
span.fc-title, .iswidget span.fc-title {
display: none;
}
}