@CHARSET "UTF-8";
table.calendar-event-info {
    padding: 0;
    margin: 0;
    color: black;
    display: block;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 268px;
    border: 0 !important;
    margin-top: 15px;

}

table.calendar-event-info tr {
    border: 0 !important;
}

table.calendar-event-info tr td {
    border: 0 !important;
}

table.calendar-event-info tr td p {
    padding: 0;
    margin: 0;
}

table.calendar-event-info tr td {
    vertical-align: bottom !important;
}

table.calendar-event-info tr td.calendar-event-time {
    color: #989898;
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    color: black;

    font-style: italic;
    font-weight: normal;
    text-align: center;
    width: 85px !important;
}

table.calendar-event-info tr td.calendar-event-description {
    color: #989898;
    font-size: 15px;
    font-family: Georgia;

    font-style: italic;
    font-weight: bold;
    width: 183px !important;
    padding-bottom: 5px;
}

table.calendar-event-info tr td.calendar-event-description .status {
    color: #989898;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    display: block;
    font-weight: normal;
}

table.calendar-event-info tr td.calendar-event-description .canceled {
    color: #F90811 !important;
    display: block;
    font-weight: normal;
}

table.calendar-event-info tr td.calendar-event-btn {
    height: 17px !important;
    background: white;
}

table#calendar tr:nth-child(2n) td table.calendar-event-info tr td {
    background: #F4F4F4;

}

table#calendar tr.even td table.calendar-event-info tr td {
    background: #F4F4F4;

}

table#calendar tr td {
    vertical-align: bottom !important;
}

table#calendar tr td div.date-wrap {
    min-height: 90px !important;

}

table#calendar tr.item:nth-child(n) {
    border-bottom: 1px solid red;
}