.calendar  * {
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;
}
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
    cursor: default;
    width: 601px;
    height: 270px;
	margin-top: 0px;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
    padding-top: 3%;
}

.c-grid {
    /*box-shadow: 2px 2px 5px #888888;*/
    height: inherit;
	box-shadow: none;
}
.c-day {
    width: 14.28%;
    height: 13%;
    background-color: #d7c889;
	color:#000000;
    float: left;
    text-align: center;
	font: normal 14px Trebuchet MS;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    background-color: #e8ddab;
    float: left;
    text-align: center;
    color: #a2a2a2;
}

.c-day-next-month {
    width: 14.28%;
    height: 13%;
    background-color: #e8ddab;
    float: left;
    text-align: center;
    color: #a2a2a2;
}

.c-week-day {
    width: 14.28%;
    height: 12.38%;
    background-color: #9e8b3c;
    color: #ffc600;
    float: left;
    text-align: center;
    font: normal 12px Trebuchet MS;
    padding-top: 1%;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #EC7B01;
}

.c-event {
    background-color: rgb(70, 113, 65);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.c-grid {
    float: left;
    width: 50%;
}

.c-event-grid {
    margin-left: 1px;
    height: inherit;
    width: 49%;
    float: left;
    box-shadow: 2px 2px 5px #888888;
	margin-top: 14px;
	box-shadow: 0px 1px 3px #888;
}

.c-grid-title {
    float: left;
    background-color: #725109;
	font: normal 18px Trebuchet MS;
	color: #ffe697;
	height: 40px;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: #9e8b3c;
    color: white;
	line-height: 11px;
}

.c-event-body {
    background-color: #EFF4F9;
    height: 88.1%;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
}

.c-event-item > .title {
    font-weight: bold;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
}

.c-event-item {
    padding-left: 10px;
    margin-bottom: 10px;
}

.c-event-over {
    background-color: rgb(106, 159, 99);
    font-weight: bold;
    color: black;
}

.c-event-over > .description {
    font-weight: normal;
}

#calendar .c-grid, #calendar .c-event-grid {
    float:none;
    width: 55%;
}