body {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 13px !important;
}

span.fc-event-title {
    font-size: 13px !important;
}

td, th {
    border: 1px solid #eee;
}

th {
    background: #f9f9f9;
}

td.fc-event-container {
    cursor: pointer;
}

.fc-header-left, .fc-header-center, .fc-header-right {
    border: 0px solid #fff;
}

div#event_details {
    position:fixed !important;
    overflow-y: scroll;
    top: 20px !important;
    left: 20px;
    margin: 0px auto;
    width: 94%;
    height: 94% !important;
    background: #fff !important;
    z-index: 1000;
    border: 1px solid #777;
}

div.event_details_list {
    left: 10px !important;
    width: 90% !important;
}

.hide {
    display: none;
}

div#off {
    background: #eee;
    padding: 15px;
    text-align: center;
}

.no_underline {
    text-decoration: none !important;
}

div#event_details_container {
    padding: 30px;
}

div#event_details_name {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
}

div#event_details_datetime {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

div#event_details_description {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 15px;
}

div#click_to_close {
    text-align: center;
    border-top: 1px solid #8ea375;
    font-size: 15px;
    color: #8ea375;
    margin-top: 30px;
    padding-top: 15px;
}

div#calendar_list_container ul#calendar_list {
    list-style-type: none;
    margin:0px;
    padding: 0px;
}

.semitransparent {
    opacity: 0.3 !important;
}

div#calendar_list_container ul#calendar_list li {
    padding: 2px;
}

div#calendar_list_container ul#calendar_list li:hover {
    background: #ddd;
    cursor: pointer;
}

.gray {
    color: #999;
}

div#calendar_month_name {
    display: inline-block;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
}

div#calendar_month_name_container {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

i.month_arrows {
    margin: 5px 5px;
    color: #ddd;
}

i.month_arrows:hover {
    color: #000;
    cursor: pointer;
}

div#calendar {
    margin-right: 10px;
}