.calendar * {
    font-family: 'Museo', sans-serif;
    font-size: 13px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.calendar-sm {
    width: 800px;
    height: 370px;
    cursor: default;
}
.calendar {
    height: 310px;
    cursor: default;
}
.calendar-sm .c-pad-top {
    padding-top: 2%;
}
.calendar .c-pad-top {
    padding-top: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.c-grid {
    height: 99%;
    border-right: 1px solid #cacaca;
}
.c-day {
    float: left;
    width: 12%;
    height: 11%;
    margin: 0 1%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #838383;
    border: 1px solid #fff;
}
.c-day-previous-month {
    float: left;
    width: 12%;
    height: 11%;
    margin: 0 1%;
    text-align: center;
    color: #e6e6e6;
}
.c-day-next-month {
    float: left;
    width: 12%;
    height: 11%;
    margin: 0 1%;
    text-align: center;
    color: #e6e6e6;
}
.c-week-day {
    font-weight: bold;
    float: left;
    width: 12%;
    height: 11%;
    margin: 0 1%;
    padding-top: 1%;
    text-align: center;
    color: black;
}
.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    cursor: pointer;
    text-align: right;
}
.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    cursor: pointer;
    text-align: left;
}
.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}
.c-today {
    color: #fff;
    background-color: #004899;
}
.c-today.c-event {
	color: #fff;
}
.c-today.c-event-over {
	color: #004899;
}

.c-event {
    font-weight: bold;
    cursor: pointer;
    color: #004899;
    /*border-color: #004899;*/
}
.c-grid {
    float: left;
    width: 100%;
    padding: 30px 15px;
}
.weekend{
	background-color: #e8e8e8;
	color: #fff;
}
.c-event.weekend{
	color: #004899;
}
.holi{
	background-color: #f7f6f1;
	color: #004899;
	border-color: #004899;
}

.c-event-grid {
    float: left;
    width: 49%;
    height: inherit;
    margin-left: 1px;
    padding: 30px 0 20px;
}
.c-grid-title {
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e4e4e4;
}
.c-event-title {
    font-weight: bold;
    width: 100%;
    height: 12%;
    text-align: center;
    color: white;
    background-color: rgb(135, 155, 188);
}
.c-event-body {
    height: 100%;
}
.c-event-list {
    overflow: auto;
    height: 95%;
    padding: 7 0 0 0;
}
.c-event-item > .title {
    font-weight: bold;
    margin-bottom: 17px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
}
.c-event-item > div {
    overflow: hidden;
    width: inherit;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.c-event-item {
    margin-bottom: 10px;
    padding: 5px 15px;
}
.c-event-over {
    font-weight: bold;
    background-color: #f9f9f9;
}
.c-event-over > .description {
    font-weight: normal;
}
.footnote{
	margin: 15px 0 0 0;
}
.footnote-itm{
	
	clear: both;
}