@media print,
all {
    body {
        font-family: 'ralewaylight', 'Raleway';
        margin-top: 0px;
        color: #666666;
    }
    .month {
        text-transform: uppercase;
    }
    .calendar-logo {
        position: absolute;
        height: 30px;
        top: 0;
        left: 30px;
    }
    table {
        width: 100%;
        font-size: 10px;
    }
    .line {
        border-bottom: 2px solid #000;
    }
    button {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
    .fc-row .fc-content-skeleton {
        /*min-height: 80px !important;*/
    }
    a.fc-event {
        border: none !important;
        font-size: 10px;
    }
    /*.fc-content {
        max-height: 27px;
        -ms-word-break: break-all;
        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }*/
    .fc-day-number {
        font-size: 10px;
    }
    /*Typeography
    ===============================*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        /*font-family: juliussansone, 'Julius Sans One';*/
    }
    h2 {
        font-size: 16px;
    }
    .fc-toolbar {
        margin-top: 10px;
    }
    .calendar {
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        background-color: #f0f0f0;
        padding: 12px 0;
        width: 29%;
        float: left;
        margin-left: 0;
    }
    .calendar .weekday {
        font-size: 26px
    }
    .calendar .month {
        font-size: 90px;
        line-height: 80px;
    }
    .calendar .day {
        font-size: 130px;
        line-height: 120px;
        font-family: opensanslight;
        font-weight: 100;
    }
    .calendar .time {
        font-family: opensanslight;
        font-weight: 100;
        font-size: 18px;
    }
    .calendar .location {
        margin-top: 8px;
        border-top: 1px solid #ccc;
        font-size: 14px;
        padding-top: 10px;
    }
    .intro {
        text-transform: uppercase;
        font-size: 24px;
    }
    .description {
        font-size: 18px;
    }
    .event-title {
        font-size: 40px;
        position: relative;
        bottom: 10px;
    }
    .btn-blank {
        border: 1px solid #ddd;
    }
    .seventy {
        display: inline-block;
        width: 69%;
        float: right;
    }
    .seventy-seven {
        display: inline-block;
        width: 74%;
        float: right;
    }
    .fix-bottom {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
    }
    .fix-bottom-calendar {
        position: fixed;
        left: 30px;
        right: 0px;
        bottom: 0px;
        width: 850px;
    }
    .one-third {
        display: inline-block;
        width: 33%;
        float: left;
    }
    .one-third img {
        width: 100px;
    }
    .one-third .small {
        line-height: 18px;
    }
    .half-left {
        float: left;
        width: 48%;
    }
    .half-right {
        float: right;
        width: 48%;
    }
    .contact-label {
        display: inline;
    }
    .half hr {
        margin-left: 20px;
        margin-right: 20px;
    }
    .signup {
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        background-color: #f0f0f0;
        padding: 12px 0;
        width: 24%;
        float: left;
        margin-left: 0;
        height: 221px;
    }
    .signup .weekday {
        font-size: 18px
    }
    .signup .month {
        font-size: 70px;
        line-height: 70px;
    }
    .signup .day {
        font-size: 110px;
        line-height: 100px;
        font-family: opensanslight;
        font-weight: 100;
    }
    .signup .time {
        font-family: opensanslight;
        font-weight: 100;
        font-size: 16px;
    }
    .signup .location {
        margin-top: 8px;
        border-top: 1px solid #ccc;
        font-size: 12px;
        padding-top: 10px;
    }
    hr {
        margin-top: 28px;
        margin-bottom: 14px;
    }
    .img-small {
        width: 10px;
    }
}

#newEventForm {
    display: none;
    height: 200px;
    width: 320px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: -160px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    z-index: 999;
    margin: auto;
    padding: 20px;
}

#newEventForm.on {
    display: block;
}

.fc-view-container {
    display: block;
}