body div#wrapper, html, body {
    background: none transparent;
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none;
}
div#topNav, .mobileTopNavLink, #logo_1, #searchBox, #mainNav, div#footer {
    display: none;
}
div#mainContent {
    width: 100% !important;
    max-width: 100% !important;
    min-height:0;
}
div#calendarWrapper {
    margin: 0;
    min-height:0;
}
.fc-toolbar {
    margin-top: -20px;
}
.fc-toolbar .fc-center h2 {
    top: -2px;
}
.ui-dialog.ui-widget.ui-widget-content.eventDialogContainer {
    max-width: 100%;
    left: 0 !important;
}
#calendarPage {
    padding: 25px 0;
}
div#poweredByShare img {
    max-width: 280px;
}
div#poweredByShare {
    float: right;
    margin-top: 10px;
    width: 45%;
}
div#howToAdd {
    width: 50%;
    float: left;
}
@media screen and (max-width : 600px) {
    div#poweredByShare {
        float: left;
        margin-top: 10px;
        width: 100%;
        clear:both;
    }
    div#howToAdd {
        width: 100%;
        float: left;
        clear:both;
        font-size: 13px;
        text-align: center;
    }
    .fc-toolbar .fc-center h2 {
        top: -43px;
    }
    .fc-toolbar .fc-left, .fc-toolbar .fc-right {
        width: 90%;
        padding: 3px 5% 0;
    }
    .fc-toolbar {
        margin-bottom: 0;
    }
}
